Skip to content

Commit e1fd43b

Browse files
committed
test(e2e): replace assert with with
1 parent 22356bc commit e1fd43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig, devices } from "@playwright/experimental-ct-svelte";
22
import { svelte, vitePreprocess } from "@sveltejs/vite-plugin-svelte";
3-
import pkg from "./package.json" assert { type: "json" };
3+
import pkg from "./package.json" with { type: "json" };
44

55
export default defineConfig({
66
testDir: "./",

0 commit comments

Comments
 (0)