Skip to content

Commit

Permalink
tx: karma concurrency to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Oct 8, 2020
1 parent 7c277ec commit 8ab611f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tx/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = function (config) {
'./test-build/**/*.js': ['browserify'],
},
browsers: ['FirefoxHeadless', 'ChromeHeadless'],
concurrency: 1,
singleRun: true,
})
}

0 comments on commit 8ab611f

Please sign in to comment.