|
|
|
@ -13,7 +13,7 @@ module.exports = function(config) {
|
|
|
|
|
'app/js/**/*.js': ['browserify', 'coverage']
|
|
|
|
|
},
|
|
|
|
|
browsers: ['Chrome'],
|
|
|
|
|
reporters: ['progress'],
|
|
|
|
|
reporters: ['progress', 'subunit'],
|
|
|
|
|
|
|
|
|
|
autoWatch: true,
|
|
|
|
|
singleRun: true,
|
|
|
|
@ -29,6 +29,11 @@ module.exports = function(config) {
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
subunitReporter: {
|
|
|
|
|
slug: true,
|
|
|
|
|
tags: ['worker-0']
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
proxies: {
|
|
|
|
|
'/': 'http://localhost:9876/'
|
|
|
|
|
},
|
|
|
|
|