Skip to content

Commit befb289

Browse files
authored
fix: err
* feat: name is changed * feat: break this * fix: travis deploy update * feat( Core ): Deploy npm package via travis fix( Core ): did nothing! * fix: minor travis * fix: travis pull condition added * BREAKKING CHANGE: fixes * fix: travis condition fix * fix: travis syntax fix * fix: another travis * fix: another * fix: npm * fix: test * test: error
1 parent fcac7a1 commit befb289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"gulp-shell": "^0.6.3",
3535
"mocha": "^3.4.2"
3636
}
37-
}
37+
}

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var assert = require('assert');
22
describe('Array', function () {
33
describe('#indexOf()', function () {
44
it('should return -1 when the value is not present ', function () {
5-
assert.equal(-1, [1, 2, 3].indexOf(4));
5+
assert.equal(-1, [1, 2, 3].indexOf(9));
66
});
77
});
88
});

0 commit comments

Comments
 (0)