diff options
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/other.js')
-rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/other.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/other.js b/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/other.js deleted file mode 100644 index 810d852b0..000000000 --- a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/other.js +++ /dev/null @@ -1,2 +0,0 @@ -const console = new global.console.Console({ stdout: process.stdout }); -console.log("Loaded."); |