Add default output for vitest
Otherwise it's just mysteriously silent.
This commit is contained in:
@@ -44,6 +44,7 @@ export default defineConfig({
|
|||||||
reporter: "lcov",
|
reporter: "lcov",
|
||||||
},
|
},
|
||||||
reporters: [
|
reporters: [
|
||||||
|
["default", { summary: false }],
|
||||||
[
|
[
|
||||||
"vitest-sonar-reporter",
|
"vitest-sonar-reporter",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user