fix(precommit hook): pass if no tests found
This commit is contained in:
parent
79ea50c829
commit
2174a9cec7
@ -39,7 +39,7 @@
|
|||||||
"*.js": [
|
"*.js": [
|
||||||
"lint-staged-stash",
|
"lint-staged-stash",
|
||||||
"eslint --fix",
|
"eslint --fix",
|
||||||
"jest --findRelatedTests",
|
"jest --findRelatedTests --passWithNoTests",
|
||||||
"lint-staged-unstash"
|
"lint-staged-unstash"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user