PIbd-22.-Stroev-V.M.-Intern.../Lab2/node_modules/globalthis/test/index.js
2023-10-28 00:49:09 +03:00

12 lines
196 B
JavaScript

'use strict';
var systemGlobal = require('../');
var test = require('tape');
var runTests = require('./tests');
test('as a function', function (t) {
runTests(systemGlobal(), t);
t.end();
});