Introduced some unit testing. Cleaned up some classes in Beam. Overhauled source link generation.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Beam.Tests {
|
||||
public class UnitTest1 {
|
||||
[Fact]
|
||||
public void Test1() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user