Skip to content

Commit

Permalink
fix(clear-text-reporter): Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Nov 20, 2016
1 parent fd824de commit 0e009dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/ClearTextReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class ClearTextReporter implements Reporter {
break;
case MutantStatus.NoCoverage:
mutantsNoCoverage++;
this.writeLine(chalk.bold.yellow('Mutant survived! (not covered'));
this.writeLine(chalk.bold.yellow('Mutant survived! (not coverage)'));
this.logMutantResult(result, writeLineFn);
break;
}
Expand Down

0 comments on commit 0e009dc

Please sign in to comment.