🔧 chore: update test config

This commit is contained in:
arvinxx
2023-05-21 15:43:47 +08:00
parent 250dda4499
commit bb535b4f2a

View File

@@ -11,8 +11,8 @@
"release": "semantic-release",
"start": "next start",
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
"ts-check": "tsc --noEmit"
},