summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js')
-rw-r--r--tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js b/tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js
new file mode 100644
index 000000000..8751b8e47
--- /dev/null
+++ b/tests/registry/npm/@denotest/say-hello/1.0.0/say-hello.js
@@ -0,0 +1,2 @@
+import { sayHello } from "./index.js";
+console.log(sayHello()); \ No newline at end of file