From 964f3638e0e8df6cb4e07c21bfb607f61941ceeb Mon Sep 17 00:00:00 2001 From: Craig Taub Date: Thu, 3 Jan 2019 18:36:30 +0000 Subject: [PATCH] update message --- lib/cli/run-helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/run-helpers.js b/lib/cli/run-helpers.js index 7dc78e2fd9..be9a3fcb18 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 message about missing tests already + // prints message about each individual missing file already process.exit(1); }