Files
handlebars.js/karma-setup/shared/default-config.js
T
Nils Knappmeier 55f65eaa2e backup
2020-05-31 23:38:23 +02:00

7 lines
218 B
JavaScript

module.exports = {
frameworks: ['mocha'],
// concurrency: we have no concurrency set, because this seems to let Karma hang after the first batch
// of browsers have finished their tests.
reporters: ['dots']
};