Commit 17c35be4 authored by steven's avatar steven

chore: add `--passWithNoTests` to jest

parent dfd46151
...@@ -5,7 +5,7 @@ ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment