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