We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4415c63 commit 81b9d60Copy full SHA for 81b9d60
vite.config.js
@@ -6,7 +6,7 @@ const cfg = defineWorkersConfig({
6
test: {
7
coverage: {
8
provider: "istanbul", // v8 is not supported due for cf workers
9
- reporter: ["text", "json", "html"],
+ reporter: ["text", "json-summary", "html", "json"],
10
},
11
poolOptions: {
12
workers: {
0 commit comments