Skip to content

Commit

Permalink
WUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierluigi Cau committed Mar 8, 2016
1 parent 35253bf commit 5b77651
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/reporter/reporterSwitch.js
Expand Up @@ -21,9 +21,7 @@ var reporter;
if (process.env.TEAMCITY_VERSION == null) {
reporter = require("../../../node_modules/mocha/lib/reporters/spec");
} else {
console.log("TEAMCITY REPORTER");
console.log(getFiles("."));
reporter = require("../../../node_modules/mocha-teamcity-reporter");
reporter = require("mocha-teamcity-reporter");
}

exports = module.exports = reporter;

0 comments on commit 5b77651

Please sign in to comment.