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