mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Update out of date karma and test dependencies
This commit is contained in:
parent
fad12e3a13
commit
0b50794614
@ -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',
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user