fix: enable running tests

This commit is contained in:
2025-07-22 20:59:48 +02:00
parent 3f6f7cb79e
commit 9edf9bfb24
2 changed files with 8 additions and 3 deletions

View File

@@ -25,3 +25,7 @@ pub fn main() anyerror!void {
rl.drawRectangle(10, 10, 10, 10, .black);
}
}
test "should initialize game" {
try std.testing.expect(42 == 42);
}