test: update coverage from v8 to istanbul
This commit is contained in:
@@ -6,4 +6,9 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
},
|
||||
resolve: process.env.VITEST
|
||||
? {
|
||||
conditions: ["browser"],
|
||||
}
|
||||
: undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user