summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/cache/json_import/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/cache/json_import/main.ts')
-rw-r--r--cli/tests/testdata/cache/json_import/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/cache/json_import/main.ts b/cli/tests/testdata/cache/json_import/main.ts
new file mode 100644
index 000000000..78273558f
--- /dev/null
+++ b/cli/tests/testdata/cache/json_import/main.ts
@@ -0,0 +1,2 @@
+import asdf from "./test.json" assert { type: "json" };
+console.log(asdf);