diff --git a/frontend/tests/unit/_playwright.config.ts b/frontend/tests/unit/_playwright.config.ts deleted file mode 100644 index c0e3f344c..000000000 --- a/frontend/tests/unit/_playwright.config.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { PlaywrightTestConfig } from "@playwright/test"; - -const config: PlaywrightTestConfig = { - snapshotPathTemplate: "{testDir}/{testFilePath}-snapshots/{arg}{ext}", -}; - -export default config;