Skip to content

Commit 99d00ef

Browse files
committed
fix: test
1 parent 59cc269 commit 99d00ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playwright.config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ const config: PlaywrightTestConfig = {
1717
webServer: baseUrl
1818
? undefined
1919
: {
20-
command: 'REACT_APP_DISABLE_CHECKS=true npm run dev',
20+
command: 'npm run dev',
21+
env: {
22+
REACT_APP_DISABLE_CHECKS: 'true',
23+
},
2124
port: 3000,
2225
reuseExistingServer: true,
2326
},

0 commit comments

Comments
 (0)