ship-gis/node_modules/globalthis/test/implementation.js

12 lines
213 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
'use strict';
var implementation = require('../implementation');
var test = require('tape');
var runTests = require('./tests');
test('implementation', function (t) {
runTests(implementation, t);
t.end();
});