Skip to content

Commit 5b57155

Browse files
lint issues
1 parent 51241e2 commit 5b57155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/config/main.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getReporters } from "./reporters";
55

66
const localConfig: PlaywrightTestConfig = {
77
...baseConfig,
8-
//globalSetup: path.resolve(__dirname, "./global-setup.ts"),
8+
globalSetup: path.resolve(__dirname, "./global-setup.ts"),
99
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
1010
reporter: getReporters("api-test"),
1111
projects: [

0 commit comments

Comments
 (0)