This commit is contained in:
2026-01-26 22:55:14 +09:00
parent 8d82c0a750
commit b505c7c1c0
8 changed files with 97 additions and 9 deletions

10
Ghost.UnitTest/Test1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace Ghost.UnitTest;
[TestClass]
public sealed class Test1
{
[TestMethod]
public void TestMethod1()
{
}
}