fix(precommit hook): pass if no tests found
This commit is contained in:
parent
d3691313e6
commit
629f68ffd7
@ -211,7 +211,7 @@
|
||||
"lint-staged-stash",
|
||||
"prettier --write",
|
||||
"eslint --fix",
|
||||
"jest --findRelatedTests",
|
||||
"jest --findRelatedTests --passWithNoTests",
|
||||
"git add",
|
||||
"lint-staged-unstash"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user