From 9cd2adbd16817928cfec590b5092f837647eb442 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 6 Sep 2024 15:12:43 +0100 Subject: [PATCH] fix: typo Count/Could (#678) --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index d3603576..d91cea86 100755 --- a/cli.js +++ b/cli.js @@ -279,7 +279,7 @@ sade2 options.testRunner = testRunner if (testRunner.moduleId === 'none') { - log.warn('Count not find a test runner. Using "none".') + log.warn('Could not find a test runner. Using "none".') } else { log.info(`Autodetected "${testRunner.moduleId}" as the runner.`) }