Skip to content

Commit

Permalink
Don't need the TeamCity reporter in the local Karma config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Young committed Mar 3, 2014
1 parent d2ac138 commit 9a5c04f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Tests/JsTests/local.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ module.exports = function(config) {

plugins: [
'karma-jasmine',
'karma-phantomjs-launcher',
'karma-teamcity-reporter'
'karma-phantomjs-launcher'
]
});
};

0 comments on commit 9a5c04f

Please sign in to comment.