From 0b50794614df896bcb7605474b2953a96a01ef60 Mon Sep 17 00:00:00 2001 From: gconsidine Date: Tue, 19 Sep 2017 13:58:12 -0400 Subject: [PATCH] Update out of date karma and test dependencies --- awx/ui/karma.conf.js | 5 +---- awx/ui/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/awx/ui/karma.conf.js b/awx/ui/karma.conf.js index da9a91d2f2..f35dea0200 100644 --- a/awx/ui/karma.conf.js +++ b/awx/ui/karma.conf.js @@ -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', diff --git a/awx/ui/package.json b/awx/ui/package.json index f02cc3a352..f79ca4aa32 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -34,9 +34,9 @@ "devDependencies": { "angular-mocks": "~1.4.14", "babel-core": "^6.26.0", - "babel-istanbul": "^0.11.0", + "babel-istanbul": "^0.12.2", "babel-loader": "^7.1.2", - "babel-plugin-istanbul": "^2.0.0", + "babel-plugin-istanbul": "^4.1.5", "babel-preset-env": "^1.6.0", "chromedriver": "^2.31.0", "clean-webpack-plugin": "^0.1.16", @@ -64,7 +64,7 @@ "jshint-stylish": "^2.2.0", "json-loader": "^0.5.4", "karma": "^1.4.1", - "karma-chrome-launcher": "^1.0.1", + "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.0", "karma-html2js-preprocessor": "^1.0.0", @@ -73,7 +73,7 @@ "karma-ng-html2js-preprocessor": "^1.0.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "^1.8.0", + "karma-webpack": "^2.0.4", "less": "^2.7.2", "less-loader": "^4.0.5", "less-plugin-autoprefix": "^1.4.2",