You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow an alternative method of defining tests. Rather than using method-based approach, with static methods determining the tests, allow defining methods in a suite using some function like so:
add_test("make_game() should create a working game", function() {
// do the test here
});
The text was updated successfully, but these errors were encountered:
Allow an alternative method of defining tests. Rather than using method-based approach, with static methods determining the tests, allow defining methods in a suite using some function like so:
The text was updated successfully, but these errors were encountered: