Skip to content

Commit

Permalink
remove teamcity reporter warning (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored and boneskull committed Jan 3, 2019
1 parent 017d865 commit 66aea83
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/mocha.js
Expand Up @@ -238,13 +238,6 @@ Mocha.prototype.reporter = function(reporter, reporterOptions) {
}
}
}
if (!_reporter && reporter === 'teamcity') {
console.warn(
'The Teamcity reporter was moved to a package named ' +
'mocha-teamcity-reporter ' +
'(https://npmjs.org/package/mocha-teamcity-reporter).'
);
}
if (!_reporter) {
throw createInvalidReporterError(
'invalid reporter "' + reporter + '"',
Expand Down

0 comments on commit 66aea83

Please sign in to comment.