We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assert
with
1 parent 22356bc commit e1fd43bCopy full SHA for e1fd43b
1 file changed
playwright.config.ts
@@ -1,6 +1,6 @@
1
import { defineConfig, devices } from "@playwright/experimental-ct-svelte";
2
import { svelte, vitePreprocess } from "@sveltejs/vite-plugin-svelte";
3
-import pkg from "./package.json" assert { type: "json" };
+import pkg from "./package.json" with { type: "json" };
4
5
export default defineConfig({
6
testDir: "./",
0 commit comments