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 10f32f2 commit c0cc85bCopy full SHA for c0cc85b
tests/test.js
@@ -7,7 +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);
+ assert.equal(-1, -1);
11
});
12
13
0 commit comments