test: update coverage from v8 to istanbul

This commit is contained in:
2026-02-05 09:07:32 +05:00
parent c71e8b8b4a
commit 6d608c847a
3 changed files with 416 additions and 44 deletions
+5
View File
@@ -6,4 +6,9 @@ export default defineConfig({
test: {
environment: "jsdom",
},
resolve: process.env.VITEST
? {
conditions: ["browser"],
}
: undefined,
});