ags
This commit is contained in:
parent
eddf7cecb8
commit
aea798d119
16631 changed files with 1480363 additions and 257 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