Skip to content

Commit 0f1cc19

Browse files
committed
prettier fix playwright.config.ts
1 parent 4ef6bdb commit 0f1cc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { defineConfig, devices } from "@playwright/test";
66
export default defineConfig({
77
/* Run your local dev server before starting the tests */
88
webServer: {
9-
cwd: '..',
10-
command: 'npm run dev',
11-
url: 'http://localhost:6274',
9+
cwd: "..",
10+
command: "npm run dev",
11+
url: "http://localhost:6274",
1212
reuseExistingServer: !process.env.CI,
1313
},
1414

0 commit comments

Comments
 (0)