Skip to content

Commit 92544d6

Browse files
committed
immediate restart if watch has been triggered
1 parent 5408462 commit 92544d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/config/karma.conf.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = function (config) {
3333

3434
captureTimeout: 60000,
3535

36-
singleRun: ENV !== 'development'
36+
singleRun: ENV !== 'development',
37+
38+
restartOnFileChange: true
3739
});
3840
};

0 commit comments

Comments
 (0)