Skip to content

Commit f413003

Browse files
committed
Redo
1 parent d654365 commit f413003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prepack": "pnpm run build",
5252
"test": "TZ=UTC vitest --run",
5353
"test:watch": "TZ=UTC vitest",
54-
"test:cov": "VITE_CJS_IGNORE_WARNING=true TZ=UTC vitest run --coverage --reporter=junit --outputFile=./junit.xml",
54+
"test:cov": "VITE_CJS_IGNORE_WARNING=true TZ=UTC vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
5555
"tsc": "tsc",
5656
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
5757
"format:write": "prettier . --write",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig({
2828
// @ts-expect-error ignore -- TypeScript version compatibility issue
2929
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3030
reporters: process.env.GITHUB_ACTIONS
31-
? ["github-actions", "default"]
31+
? ["github-actions"]
3232
: ["default", "html"],
3333
},
3434
build: {

0 commit comments

Comments
 (0)