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