diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js index c7b90e5b7..5aa546d91 100644 --- a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js +++ b/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js @@ -1,4 +1,3 @@ // package that has all the locals defined const Buffer = 1, clearImmediate = 1, clearInterval = 1, clearTimeout = 1, console = 1, global = 1, process = 1, setImmediate = 1, setInterval = 1, setTimeout = 1, globalThis = 1; -const exports = 2; require("./other.js"); |