Pibd-21_Ievlewa_M.D._Intern.../node_modules/globalthis/test/implementation.js

12 lines
213 B
JavaScript
Raw Normal View History

2023-12-03 19:52:09 +04:00
'use strict';
var implementation = require('../implementation');
var test = require('tape');
var runTests = require('./tests');
test('implementation', function (t) {
runTests(implementation, t);
t.end();
});