From 54bbc06bd84437c6b38e2f6c57060f21a8318720 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 19 Feb 2023 14:08:33 +0100 Subject: . --- playwright.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'playwright.config.ts') 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; -- cgit v1.3