Skip to content

Commit eacb415

Browse files
committed
fix(deps): update dependency chrome-launcher to v0.13.0
1 parent 9c3cf5a commit eacb415

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"addons-linter": "1.20.0",
6060
"bunyan": "1.8.12",
6161
"camelcase": "5.3.1",
62-
"chrome-launcher": "0.12.0",
62+
"chrome-launcher": "0.13.0",
6363
"debounce": "1.2.0",
6464
"decamelize": "3.2.0",
6565
"es6-error": "4.1.1",

tests/unit/test-extension-runners/test.chromium.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ describe('util/extension-runners/chromium', async () => {
5858
'--disable-sync',
5959
'--metrics-recording-only',
6060
'--disable-default-apps',
61+
'--no-default-browser-check',
6162
'--no-first-run',
6263
'--disable-backgrounding-occluded-windows',
6364
'--disable-renderer-backgrounding',

0 commit comments

Comments
 (0)