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