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