Skip to content

Commit ed0f1ed

Browse files
authored
Merge pull request #5352 from Shopify/shauns/02-04-switch_packages_app_to_thread_pooling_for_tests
Switch packages/app to thread pooling for tests
2 parents 2cd8c3c + c987ee7 commit ed0f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import config from '../../configurations/vite.config'
22

3-
export default config(__dirname, {poolStrategy: 'forks'})
3+
export default config(__dirname)

0 commit comments

Comments
 (0)