Skip to content

Commit

Permalink
fix(deps): update dependency chrome-launcher to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl committed Mar 20, 2020
1 parent 9c3cf5a commit eacb415
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"addons-linter": "1.20.0",
"bunyan": "1.8.12",
"camelcase": "5.3.1",
"chrome-launcher": "0.12.0",
"chrome-launcher": "0.13.0",
"debounce": "1.2.0",
"decamelize": "3.2.0",
"es6-error": "4.1.1",
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test-extension-runners/test.chromium.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('util/extension-runners/chromium', async () => {
'--disable-sync',
'--metrics-recording-only',
'--disable-default-apps',
'--no-default-browser-check',
'--no-first-run',
'--disable-backgrounding-occluded-windows',
'--disable-renderer-backgrounding',
Expand Down

0 comments on commit eacb415

Please sign in to comment.