Files
lcbp3.np-dms.work/frontend/node_modules/globalthis/test/index.js
2025-09-21 20:29:15 +07:00

12 lines
196 B
JavaScript
Executable File

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