diff options
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/globals')
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/index.js | 2 | ||||
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/package.json | 4 |
2 files changed, 6 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; diff --git a/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/package.json new file mode 100644 index 000000000..cba0742c1 --- /dev/null +++ b/cli/tests/testdata/npm/registry/@denotest/globals/1.0.0/package.json @@ -0,0 +1,4 @@ +{ + "name": "@denotest/globals", + "version": "1.0.0" +} |
