mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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"],
|
setupFiles: ["./test/setup.ts"],
|
||||||
environment: "happy-dom",
|
environment: "happy-dom",
|
||||||
coverage: {
|
coverage: {
|
||||||
reporter: [ "text", "html" ]
|
reporter: [ "text", "html" ],
|
||||||
|
provider: "v8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user