Skip to content

Commit 1a027a7

Browse files
authored
ci: sigleRun for karma ci mode
1 parent 24997d8 commit 1a027a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = function(config) {
8383

8484
// Continuous Integration mode
8585
// if true, Karma captures browsers, runs the tests and exits
86-
singleRun: false,
86+
singleRun: true,
8787

8888
// Concurrency level
8989
// how many browser should be started simultaneous

0 commit comments

Comments
 (0)