Skip to content

Commit

Permalink
Update karma.backward.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdev07 committed Sep 18, 2018
1 parent 98cbb2d commit 9a8619f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.backward.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ module.exports = function(karma) {
'test/backward/compatibility/**/*.js': [ 'browserify' ]
},

browsers: [HeadlessChrome],
browsers: [ 'HeadlessChrome' ],
customLaunchers: {
HeadlessChrome: {
base: ChromeHeadless,
flags: [ —no-sandbox’,],
base: 'ChromeHeadless',
flags: [ '—no-sandbox’, ],
},
},
Expand Down

0 comments on commit 9a8619f

Please sign in to comment.