Skip to content

Commit afad86e

Browse files
committed
chore(karma.config.js): set singleRun to true for all runtimes
Set singleRun option in karma to true locally and in CI so the test process always terminates when finished
1 parent 6cbfadf commit afad86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/setup/karma.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = config => {
1919
}
2020
}
2121
: {}),
22-
singleRun: !!process.env.CI,
22+
singleRun: true,
2323
plugins: [
2424
'karma-webpack',
2525
'karma-jasmine',

0 commit comments

Comments
 (0)