mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-09-05 23:40:39 +00:00
Testing & Version Bump
This commit is contained in:
8
test/all.js
Normal file
8
test/all.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var assert = require('assert');
|
||||
describe('Array', function () {
|
||||
describe('#indexOf()', function () {
|
||||
it('should return -1 when the value is not present', function () {
|
||||
assert.equal(-1, [1, 2, 3].indexOf(4));
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user