Skip to content

Commit a234bbc

Browse files
chore: Update Vite configuration
1 parent 61e57c8 commit a234bbc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

vite.config.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
/// <reference types="vitest" />
2-
import { defineConfig } from 'vite';
2+
import { defineConfig } from 'vitest/config';
33

44
export default defineConfig({
55
test: {
66
testTimeout: 60000,
77
hookTimeout: 300000,
88
silent: false,
9-
poolOptions: {
10-
threads: {
11-
minThreads: 1,
12-
maxThreads: 1,
13-
},
14-
},
9+
maxConcurrency: 1,
1510
},
1611
});

0 commit comments

Comments
 (0)