summaryrefslogtreecommitdiff
path: root/node_modules/globalthis/test/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/globalthis/test/index.js')
-rw-r--r--node_modules/globalthis/test/index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/globalthis/test/index.js b/node_modules/globalthis/test/index.js
deleted file mode 100644
index dac0a10..0000000
--- a/node_modules/globalthis/test/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-
-var systemGlobal = require('../');
-var test = require('tape');
-var runTests = require('./tests');
-
-test('as a function', function (t) {
- runTests(systemGlobal(), t);
-
- t.end();
-});