Skip to content

Commit d553a25

Browse files
committed
fix(karma): set concurrency
1 parent aa64e4c commit d553a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = function(config) {
6565
browsers: browsers,
6666
customLaunchers: customLaunchers,
6767
singleRun: true,
68+
concurrency: 3,
6869

6970
webpack: {
7071
devtool: 'inline-source-map',

0 commit comments

Comments
 (0)