Skip to content

Commit 207cca0

Browse files
committed
Use shareable Vitest config
1 parent 4a59aae commit 207cca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { createVitestConfig } from '@reduxjs/vitest-config';
2+
import path from 'node:path';
23

34
export default createVitestConfig({
45
test: {
@@ -8,6 +9,7 @@ export default createVitestConfig({
89
.pathname,
910
}
1011
: undefined,
12+
pool: 'forks',
1113
setupFiles: ['./test/vitest.setup.ts'],
1214
},
1315
});

0 commit comments

Comments
 (0)