Skip to content

Commit

Permalink
Merge pull request #1216 from chaijs/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
meeber authored Dec 31, 2018
2 parents 929c109 + 8b73a48 commit 1cededa
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 83 deletions.
2 changes: 1 addition & 1 deletion karma.sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function(config) {
}

config.browsers = config.browsers.concat(browsers);
config.customLaunchers = browserConfig;
Object.assign(config.customLaunchers, browserConfig);
config.reporters.push('saucelabs');
config.captureTimeout = 300000;

Expand Down
Loading

0 comments on commit 1cededa

Please sign in to comment.