fix tests

This commit is contained in:
John Mitchell
2017-02-22 13:29:17 -05:00
parent a1f5ee501c
commit 96121c6189
3 changed files with 12 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ module.exports = function(config) {
frameworks: [
'jasmine',
],
reporters: ['progress', 'coverage', 'junit'],
reporters: ['progress', 'coverage'],
files: [
'./client/src/app.js',
'./node_modules/angular-mocks/angular-mocks.js',