We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e31fc commit c07e4a3Copy full SHA for c07e4a3
topics/about_asserts.js
@@ -2,7 +2,7 @@
2
module("About Asserts (topics/about_asserts.js)");
3
4
test("ok", function() {
5
- ok(__, 'what will satisfy the ok assertion?');
+ ok(false, 'what will satisfy the ok assertion?');
6
});
7
8
test("not", function() {
0 commit comments