mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
test(server): switch to vmForks due to better error reporting
This commit is contained in:
parent
d1367286c9
commit
fa436c7ce6
@ -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…
x
Reference in New Issue
Block a user