diff --git a/karma.conf.js b/karma.conf.js index fb31411..9d4ebab 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -15,6 +15,6 @@ module.exports = function (config) { }, // if you want to continuously re-run tests on file-save, // use `autoWatch: true`, otherwise use `singleRun: true` - autoWatch: true + singleRun: true }) }