chore: lint

This commit is contained in:
cha0s 2024-02-04 13:58:03 -06:00
parent 24ba9cc82d
commit 988f8fb94c

View File

@ -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');