Skip to content

Commit 08be91d

Browse files
committed
try concurrency 1
1 parent 0816aa2 commit 08be91d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/karma.conf.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ module.exports = function (config) {
2424
browsers: getTestBrowsers(argv),
2525
// files to load into karma
2626
files: getTestFiles(argv),
27-
27+
28+
concurrency: 1,
29+
2830
preprocessors: {
2931
'test/**/*.ts': ['webpack', 'sourcemap']
3032
},

0 commit comments

Comments
 (0)