mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
chore(vitest): maximize performance of test runner
This commit is contained in:
parent
e209f83b51
commit
19b8697d9c
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ import { defineConfig } from 'vitest/config'
|
|||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
isolate: false,
|
||||
pool: 'threads',
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['lcov', 'html'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue