mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
chore(monorepo/client): missing provider in vitest config
This commit is contained in:
@@ -5,7 +5,8 @@ export default defineConfig({
|
||||
setupFiles: ["./test/setup.ts"],
|
||||
environment: "happy-dom",
|
||||
coverage: {
|
||||
reporter: [ "text", "html" ]
|
||||
reporter: [ "text", "html" ],
|
||||
provider: "v8"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user