Add SharpIDE.Application unit test project

This commit is contained in:
Matt Parker
2025-11-25 19:00:52 +10:00
parent 69a3787076
commit 6196a4f9e3
7 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace SharpIDE.Application.UnitTests;
public class UnitTest1
{
[Fact]
public void Test1()
{
true.Should().BeTrue();
}
}