Skip to content

Commit 554aac6

Browse files
committed
Add pool: "forks" to vitest config of codegen
1 parent c979069 commit 554aac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rtk-query-codegen-openapi/vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const __dirname = path.dirname(__filename);
88

99
export default defineConfig({
1010
test: {
11+
pool: "forks",
1112
globals: true,
1213
setupFiles: ['./test/vitest.setup.ts'],
1314
alias: {

0 commit comments

Comments
 (0)