Skip to content

Commit

Permalink
Disable Chrome headless mode because it's not supported by stable ver…
Browse files Browse the repository at this point in the history
…sion of Chrome
  • Loading branch information
tylerlong committed May 31, 2017
1 parent 1dcb6cd commit 22ad977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -75,7 +75,7 @@ module.exports = function (config) {
base: 'Chrome',
flags: [
'--incognito',
'--headless',
// '--headless',
'--disable-gpu',
// Without a remote debugging port, Google Chrome exits immediately.
'--remote-debugging-port=9222'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"lint": "node_modules/.bin/standard",
"karma": "node node_modules/karma/bin/karma start karma.conf.js --single-run",
"tape": "node node_modules/tape/bin/tape test/cli_test-*.js",
"test": "yarn run tape && yarn run karma",
"test": "yarn tape && yarn karma",
"live": "live-server ./test/examples",
"jison": "gulp jison_legacy",
"live_server": "gulp live-server",
Expand Down

0 comments on commit 22ad977

Please sign in to comment.