feat: scaffold solution with NATS.Server library, host, and test projects
This commit is contained in:
10
tests/NATS.Server.Tests/UnitTest1.cs
Normal file
10
tests/NATS.Server.Tests/UnitTest1.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NATS.Server.Tests;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user