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