Initial Save
This commit is contained in:
11
node_modules/es-array-method-boxes-properly/test/index.js
generated
vendored
Normal file
11
node_modules/es-array-method-boxes-properly/test/index.js
generated
vendored
Normal 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();
|
||||
});
|
||||
Reference in New Issue
Block a user