Skip to content

Commit 8079976

Browse files
committed
update playwright env
1 parent f888251 commit 8079976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/react-start/basic/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535
reuseExistingServer: !process.env.CI,
3636
stdout: 'pipe',
3737
env: {
38-
SPA_MODE: isSpaMode.toString(),
38+
MODE: process.env.MODE || '',
3939
VITE_NODE_ENV: 'test',
4040
VITE_EXTERNAL_PORT: String(EXTERNAL_PORT),
4141
VITE_SERVER_PORT: String(PORT),

0 commit comments

Comments
 (0)