Skip to content

Commit

Permalink
Merge pull request #418 from pusher/use-chromeheadless
Browse files Browse the repository at this point in the history
use ChromeHeadless for minimal tests
  • Loading branch information
James Lees authored Feb 10, 2020
2 parents d9a4cfe + 45c6783 commit 4cdf4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/config/karma/config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var objectAssign = require('object-assign-deep');

var browserList;
if (process.env.MINIMAL_INTEGRATION_TESTS) {
browserList = ['Opera'];
browserList = ['ChromeHeadless'];
} else {
browserList = ['ChromeHeadless', 'FirefoxHeadless'];
}
Expand Down

0 comments on commit 4cdf4b7

Please sign in to comment.