Skip to content

Commit e38f5c6

Browse files
committed
build(test): only run default 2 browsers concurrently (it is actually faster)
1 parent 6ba2f98 commit e38f5c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-test-runner.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default {
66
nodeResolve: true,
77
files: 'packages/**/*.test.ts',
88
plugins: [esbuildPlugin({ ts: true, target: 'auto-always' })],
9-
concurrentBrowsers: process.env.CI ? 3 : undefined,
109
browsers: [
1110
playwrightLauncher({ product: 'chromium' }),
1211
playwrightLauncher({ product: 'firefox' }),

0 commit comments

Comments
 (0)