fix: enable running tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user