home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
13
home/ags/node_modules/object.groupby/test/implementation.js
generated
vendored
Normal file
13
home/ags/node_modules/object.groupby/test/implementation.js
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
'use strict';
|
||||
|
||||
var callBind = require('call-bind');
|
||||
var test = require('tape');
|
||||
|
||||
var implementation = require('../implementation');
|
||||
var runTests = require('./tests');
|
||||
|
||||
test('as a function', function (t) {
|
||||
runTests(callBind(implementation, Object), t);
|
||||
|
||||
t.end();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue