summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_attributes/json_with_shebang.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/import_attributes/json_with_shebang.ts')
-rw-r--r--cli/tests/testdata/import_attributes/json_with_shebang.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/import_attributes/json_with_shebang.ts b/cli/tests/testdata/import_attributes/json_with_shebang.ts
new file mode 100644
index 000000000..523bf8772
--- /dev/null
+++ b/cli/tests/testdata/import_attributes/json_with_shebang.ts
@@ -0,0 +1,3 @@
+import json from "./json_with_shebang.json" assert { type: "json" };
+
+console.log(json);