chore(vitest): maximize performance of test runner

This commit is contained in:
Kirill Gavrilov 2025-01-21 20:49:10 +03:00
parent e209f83b51
commit 19b8697d9c

View file

@ -2,6 +2,8 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
isolate: false,
pool: 'threads',
coverage: {
provider: 'v8',
reporter: ['lcov', 'html'],