Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/.object.groupby-IIT0t0u7/test/index.js

13 lines
181 B
JavaScript
Raw Permalink Normal View History

2024-01-10 22:39:31 +04:00
'use strict';
var test = require('tape');
var index = require('../');
var runTests = require('./tests');
test('as a function', function (t) {
runTests(index, t);
t.end();
});