flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
BACK_BACK/node_modules/es-array-method-boxes-properly/test/index.js
generated
vendored
Executable file
11
BACK_BACK/node_modules/es-array-method-boxes-properly/test/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
var test = require('tape');
|
||||
|
||||
var arrayMethodBoxesProperly = require('..');
|
||||
|
||||
test('arrayMethodBoxesProperly', function (t) {
|
||||
t.equal(typeof arrayMethodBoxesProperly, 'function', 'is a function');
|
||||
|
||||
t.equal(typeof arrayMethodBoxesProperly(), 'boolean', 'returns a boolean');
|
||||
|
||||
t.end();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue