diff options
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js')
-rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js new file mode 100644 index 000000000..be5e6e5ac --- /dev/null +++ b/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js @@ -0,0 +1,2 @@ +exports.globalThis = globalThis; +exports.global = global; |