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