chore: add --passWithNoTests to jest

This commit is contained in:
steven 2022-10-01 22:59:00 +08:00
parent dfd461518f
commit 17c35be426

View File

@ -5,7 +5,7 @@
"build": "tsc && vite build", "build": "tsc && vite build",
"serve": "vite preview", "serve": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx, src", "lint": "eslint --ext .js,.ts,.tsx, src",
"test": "jest" "test": "jest --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "^1.8.1", "@reduxjs/toolkit": "^1.8.1",