Skip to content

Commit 7c2df7f

Browse files
changed single run to true and autowatch to false for karma.bs
1 parent 24b1c8b commit 7c2df7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.bs.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ module.exports = function(config) {
124124

125125

126126
// enable / disable watching file and executing tests whenever any file changes
127-
autoWatch: true,
127+
autoWatch: false,
128128

129129
// Continuous Integration mode
130130
// if true, Karma captures browsers, runs the tests and exits
131-
singleRun: false,
131+
singleRun: true,
132132

133133
// Concurrency level
134134
// how many browser should be started simultaneous

0 commit comments

Comments
 (0)