stellaris-idle/StellarisIdle.Tests/UnitTest1.cs
OpenClaw CI 77a30be8ff
Some checks failed
Build & Test / build (push) Failing after 3s
Build & Test / publish (push) Has been skipped
Add initial Blazor WASM project structure with tests
2026-06-07 20:06:05 +00:00

10 lines
110 B
C#

namespace StellarisIdle.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}