mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Speed up Vitest
This commit is contained in:
parent
0482a07880
commit
faf79e5a9e
@ -4,6 +4,8 @@ import { defineConfig } from 'vitest/config';
|
||||
export default defineConfig({
|
||||
plugins: [tsconfigPaths() as any],
|
||||
test: {
|
||||
pool: 'threads',
|
||||
maxWorkers: 8,
|
||||
include: ['**/*.test.{js,ts,jsx,tsx}'],
|
||||
includeSource: ['**/*.{js,ts,jsx,tsx}'],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user