summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/esm/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/esm/test.js')
-rw-r--r--cli/tests/testdata/npm/esm/test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/npm/esm/test.js b/cli/tests/testdata/npm/esm/test.js
deleted file mode 100644
index b9c91c715..000000000
--- a/cli/tests/testdata/npm/esm/test.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { test } from "./main.js";
-
-Deno.test("test", () => {
- console.log(test("test"));
-});