diff --git a/package.json b/package.json index 83a977874..177926474 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "*.js": [ "lint-staged-stash", "eslint --fix", - "jest --findRelatedTests", + "jest --findRelatedTests --passWithNoTests", "lint-staged-unstash" ] },