diff --git a/lib/cli/run-helpers.js b/lib/cli/run-helpers.js index f56fe29e1a..7dc78e2fd9 100644 --- a/lib/cli/run-helpers.js +++ b/lib/cli/run-helpers.js @@ -164,7 +164,7 @@ exports.handleFiles = ({ }); if (!files.length) { - // should have printed messags about missing tests already + // should have printed message about missing tests already process.exit(1); }