summaryrefslogtreecommitdiff
path: root/tests/specs/cache
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-28 21:06:09 -0400
committerGitHub <noreply@github.com>2024-08-29 01:06:09 +0000
commit2afbc1aa39c37b688ea1e0c47161c2fcdefc05ab (patch)
tree783e4363b2838ff89d700387042ba5a79dd413ac /tests/specs/cache
parentd183533404bf7fe062331e414d5c2bc41e49d5e4 (diff)
feat: deprecate import assertions (#25281)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/specs/cache')
-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);