fix(precommit hook): pass if no tests found

This commit is contained in:
Julien Fontanet 2017-12-28 17:19:39 +01:00
parent 79ea50c829
commit 2174a9cec7

View File

@ -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"
] ]
}, },