Skip to content

Commit 8dfe881

Browse files
committed
Fix vitest.config.mts for @rtk-query/codegen-openapi
1 parent 207cca0 commit 8dfe881

File tree

1 file changed

+0
-2
lines changed

1 file changed

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

43
export default createVitestConfig({
54
test: {
@@ -9,7 +8,6 @@ export default createVitestConfig({
98
.pathname,
109
}
1110
: undefined,
12-
pool: 'forks',
1311
setupFiles: ['./test/vitest.setup.ts'],
1412
},
1513
});

0 commit comments

Comments
 (0)