diff --git a/reporter/errorreporter.js b/reporter/errorreporter.js index c6741a8..58e02fd 100644 --- a/reporter/errorreporter.js +++ b/reporter/errorreporter.js @@ -10,7 +10,6 @@ const errorreporter = () => { for (const test of testFail) { log('\n' + chalk.redBright(test.name) + '\n') prettyError(test.error) - log('\n') } } }