summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/esm-basic/1.0.0/other.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/esm-basic/1.0.0/other.mjs b/cli/tests/testdata/npm/registry/@denotest/esm-basic/1.0.0/other.mjs
new file mode 100644
index 000000000..00ed99da4
--- /dev/null
+++ b/cli/tests/testdata/npm/registry/@denotest/esm-basic/1.0.0/other.mjs
@@ -0,0 +1,3 @@
+export function hello() {
+ return "hello, world!";
+} \ No newline at end of file