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 91802d8 commit ab2c03fCopy full SHA for ab2c03f
1 file changed
package.json
@@ -25,8 +25,8 @@
25
"lint:fix": "biome lint --fix",
26
"prepare": "npm run build && simple-git-hooks",
27
"postinstall": "simple-git-hooks",
28
- "test": "vitest",
29
- "test:ci": "vitest run --coverage --reporter=junit --outputFile=tests.junit.xml"
+ "test": "vitest --reporter=./src/reporter.ts",
+ "test:ci": "vitest run --coverage --reporter=./src/reporter.ts --reporter=junit --outputFile=tests.junit.xml"
30
},
31
"repository": {
32
"type": "git",
0 commit comments