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 83dcf82 commit 10f32f2Copy full SHA for 10f32f2
tests/test.js
@@ -7,6 +7,7 @@ describe('String', function () {
7
8
assert.equal(-1, myString.indexOf('x'));
9
assert.equal(-1, myString.indexOf('y'));
10
+ assert.equal(-1, 1);
11
});
12
13
0 commit comments