Update out of date karma and test dependencies

This commit is contained in:
gconsidine
2017-09-19 13:58:12 -04:00
parent fad12e3a13
commit 0b50794614
2 changed files with 5 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ module.exports = function(config) {
config.set({
autoWatch: true,
colors: true,
logLevel: config.LOG_INFO,
browsers: ['Chrome', 'Firefox'],
coverageReporter: {
reporters: [
@@ -30,9 +29,7 @@ module.exports = function(config) {
},
webpack: webpackTestConfig,
webpackMiddleware: {
stats: {
colors: true
}
noInfo: true
},
junitReporter: {
outputDir: 'coverage',