Skip to content

Commit 57e479b

Browse files
author
Maxime Lafarie
committed
Fix karma conf for CI
1 parent 2ab93c2 commit 57e479b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function (config) {
2626
logLevel: config.LOG_INFO,
2727
autoWatch: true,
2828
browsers: ['Chrome'],
29-
singleRun: false,
30-
restartOnFileChange: true
29+
singleRun: true,
30+
restartOnFileChange: false
3131
});
3232
};

0 commit comments

Comments
 (0)