Added unit testing

This commit is contained in:
Samuele Lorefice
2026-06-15 00:37:40 +02:00
parent 8fc2fbc7f1
commit 5dfee34bf5
10 changed files with 569 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
namespace Syrette.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}