fix(precommit hook): pass if no tests found

This commit is contained in:
Julien Fontanet 2017-12-28 17:18:32 +01:00
parent d3691313e6
commit 629f68ffd7

View File

@ -211,7 +211,7 @@
"lint-staged-stash",
"prettier --write",
"eslint --fix",
"jest --findRelatedTests",
"jest --findRelatedTests --passWithNoTests",
"git add",
"lint-staged-unstash"
]