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 | 1 |
1 files changed, 1 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 index be5e6e5ac..50d2d3d2a 100644 --- 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 @@ -1,2 +1,3 @@ exports.globalThis = globalThis; exports.global = global; +exports.process = process; |