startit/Emne 3/StigespilletTDD/GameTest/UnitTest1.cs

12 lines
134 B
C#
Raw Normal View History

2025-01-03 13:23:45 +01:00
namespace GameTest;
using StigespilletTDD
public class Tests
{
[Test]
public void ()
{
Assert.Pass();
}
}