Skip to content

Commit b34576d

Browse files
authored
Merge pull request #6508 from Shopify/dlm-test-pool-config
TEST: Use vitest forks strategy for CI consistency
2 parents d455eb6 + 43a0333 commit b34576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface ConfigOptions {
1313
poolStrategy: 'threads' | 'forks'
1414
}
1515

16-
export default function config(packagePath: string, {poolStrategy}: ConfigOptions = {poolStrategy: 'threads'}) {
16+
export default function config(packagePath: string, {poolStrategy}: ConfigOptions = {poolStrategy: 'forks'}) {
1717
// always treat environment as one that doesn't support hyperlinks -- otherwise assertions are hard to keep consistent
1818
process.env.FORCE_HYPERLINK = '0'
1919
process.env.FORCE_COLOR = '1'

0 commit comments

Comments
 (0)