We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591a1e0 commit 051c570Copy full SHA for 051c570
topics/about_asserts.js
@@ -2,7 +2,7 @@
2
module("About Asserts (topics/about_asserts.js)");
3
4
test("ok", function() {
5
- ok(false, 'what will satisfy the ok assertion?');
+ ok(__, 'what will satisfy the ok assertion?');
6
});
7
8
test("not", function() {
0 commit comments