diff options
Diffstat (limited to 'playwright.config.ts')
| -rw-r--r-- | playwright.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playwright.config.ts b/playwright.config.ts index 80731be..55b9989 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,11 +1,11 @@ -import type { PlaywrightTestConfig } from '@playwright/test'; +import type { PlaywrightTestConfig } from "@playwright/test"; const config: PlaywrightTestConfig = { webServer: { - command: 'npm run build && npm run preview', - port: 4173 + command: "npm run build && npm run preview", + port: 4173, }, - testDir: 'tests' + testDir: "tests", }; export default config; |
