lix-website/themes/lix/assets/bootstrap/node_modules/globalthis/test/implementation.js

12 lines
213 B
JavaScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
'use strict';
var implementation = require('../implementation');
var test = require('tape');
var runTests = require('./tests');
test('implementation', function (t) {
runTests(implementation, t);
t.end();
});