summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/subdir/mod7.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/subdir/mod7.js')
-rw-r--r--cli/tests/testdata/subdir/mod7.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/subdir/mod7.js b/cli/tests/testdata/subdir/mod7.js
deleted file mode 100644
index 2bd4b5eb7..000000000
--- a/cli/tests/testdata/subdir/mod7.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import json1 from "./json_1.json" assert { type: "json" };
-
-console.log(json1);