mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
test(server): switch to vmForks due to better error reporting
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user