Adds testing (#118)
This commit is contained in:
parent
e200f37e75
commit
60ee5eadd2
10 changed files with 143 additions and 13 deletions
13
Projects/Scripts.Tests/EmptyTests.cs
Normal file
13
Projects/Scripts.Tests/EmptyTests.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using Xunit;
|
||||
|
||||
namespace Server.Tests
|
||||
{
|
||||
public class EmptyTests
|
||||
{
|
||||
[Fact]
|
||||
public void EmptyTest()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue