Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 4, 2024
1 parent 24ba9cc commit 988f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fleck/build/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 988f8fb

Please sign in to comment.