mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(monorepo/client): missing provider in vitest config
This commit is contained in:
parent
059e617839
commit
8bcea010dd
@ -5,7 +5,8 @@ export default defineConfig({
|
||||
setupFiles: ["./test/setup.ts"],
|
||||
environment: "happy-dom",
|
||||
coverage: {
|
||||
reporter: [ "text", "html" ]
|
||||
reporter: [ "text", "html" ],
|
||||
provider: "v8"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user