Skip to content

Commit ab2c03f

Browse files
authored
Use our reporter by default (#14)
1 parent 91802d8 commit ab2c03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"lint:fix": "biome lint --fix",
2626
"prepare": "npm run build && simple-git-hooks",
2727
"postinstall": "simple-git-hooks",
28-
"test": "vitest",
29-
"test:ci": "vitest run --coverage --reporter=junit --outputFile=tests.junit.xml"
28+
"test": "vitest --reporter=./src/reporter.ts",
29+
"test:ci": "vitest run --coverage --reporter=./src/reporter.ts --reporter=junit --outputFile=tests.junit.xml"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)