Skip to content

Commit

Permalink
immediate restart if watch has been triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Nov 14, 2017
1 parent 5408462 commit 92544d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ module.exports = function (config) {

captureTimeout: 60000,

singleRun: ENV !== 'development'
singleRun: ENV !== 'development',

restartOnFileChange: true
});
};

0 comments on commit 92544d6

Please sign in to comment.