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