mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 07:10:43 +08:00
test(server): switch to vmForks due to better error reporting
This commit is contained in:
parent
d1367286c9
commit
fa436c7ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,6 @@ export default defineConfig(() => ({
|
||||||
provider: 'v8' as const,
|
provider: 'v8' as const,
|
||||||
reporter: [ "text", "html" ]
|
reporter: [ "text", "html" ]
|
||||||
},
|
},
|
||||||
pool: "threads"
|
pool: "vmForks"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue