diff --git a/src/reporter.js b/src/reporter.js index 20f9ec0..d831372 100644 --- a/src/reporter.js +++ b/src/reporter.js @@ -30,6 +30,7 @@ Reporter.prototype.mutantKilled = function(mutant) { } Reporter.prototype.summary = function() { + console.log('---') console.log( this.survived.length + ' mutants survived testing, ' +