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