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