Skip to content

Commit

Permalink
[bugfix] Switch to puppeteer for Chrome 71 test regression (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim authored Dec 15, 2018
1 parent d36ac14 commit bd8ad14
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 120 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Karma configuration
// Generated on Sat Sep 09 2017 14:56:04 GMT-0500 (Central Daylight Time)
process.env.CHROME_BIN = require('puppeteer').executablePath();

module.exports = function(config) {
config.set({
Expand Down
Loading

0 comments on commit bd8ad14

Please sign in to comment.