Upgrade testing libraries

This commit is contained in:
Dolan Miu
2023-06-15 21:15:39 +01:00
parent 6b4a78ed41
commit a9fa31ebac
4 changed files with 738 additions and 657 deletions

View File

@ -37,7 +37,7 @@ export default defineConfig({
test: {
environment: "jsdom",
coverage: {
provider: "c8",
provider: "v8",
reporter: ["text", "json", "html"],
statements: 99.93,
branches: 98.85,