From 988f8fb94c9960030b4d327b6ca09028f9feda78 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 4 Feb 2024 13:58:03 -0600 Subject: [PATCH] chore: lint --- packages/fleck/build/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fleck/build/commands.js b/packages/fleck/build/commands.js index 06afdd37..1130915a 100644 --- a/packages/fleck/build/commands.js +++ b/packages/fleck/build/commands.js @@ -35,7 +35,7 @@ module.exports = (program, flecks) => { if (0 === testPaths.length) { // eslint-disable-next-line no-console console.log('No tests found.'); - return; + return undefined; } // Remove the previous test. const testLocation = join(FLECKS_CORE_ROOT, 'dist', 'test.js');