diff --git a/playwright.config.ts b/playwright.config.ts index a8bcb06..6d9c539 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,4 +1,4 @@ // playwright.config.ts module.exports = { - testDir: 'tests', - }; + testDir: "tests", +};