Skip to content

Commit

Permalink
Update packages/jest-watcher/src/JestHooks.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: SimenB <sbekkhus91@gmail.com>
  • Loading branch information
thymikee and SimenB committed Feb 10, 2019
1 parent 9950466 commit 7fd7945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-watcher/src/JestHooks.ts
Expand Up @@ -66,7 +66,7 @@ class JestHooks {
),
);

return result.every(shouldRunTestSuite => shouldRunTestSuite);
return result.every(Boolean);
},
};
}
Expand Down

0 comments on commit 7fd7945

Please sign in to comment.