Commit becbda59 authored by Robert Knight's avatar Robert Knight

Enable the built-in progress reporter

Although the client's test suite runs pretty quickly (~10s on my
machine once bundling completes) it is still useful to see progress
reporting.
parent 7da4afb1
......@@ -129,7 +129,7 @@ module.exports = function (config) {
// Use https://www.npmjs.com/package/karma-mocha-reporter
// for more helpful rendering of test failures
reporters: ['mocha', 'coverage-istanbul'],
reporters: ['progress', 'mocha', 'coverage-istanbul'],
// web server port
port: 9876,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment