mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:17:19 +08:00
chore(monorepo/client): missing provider in vitest config
This commit is contained in:
parent
059e617839
commit
8bcea010dd
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ export default defineConfig({
|
|||
setupFiles: ["./test/setup.ts"],
|
||||
environment: "happy-dom",
|
||||
coverage: {
|
||||
reporter: [ "text", "html" ]
|
||||
reporter: [ "text", "html" ],
|
||||
provider: "v8"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue