diff --git a/test/karma.conf.js b/test/karma.conf.js index 8b367cc..0b29914 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -44,6 +44,6 @@ module.exports = function(config) { // Continuous Integration mode // if true, it capture browsers, run tests and exit - singleRun: true, + singleRun: true }); };