Skip to content

Commit 7175b19

Browse files
committed
chore: add comment
1 parent 89f3ccd commit 7175b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers/run-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function runBrowser(config) {
2020
puppeteer
2121
.launch({
2222
headless: true,
23+
// because of invalid localhost certificate
2324
ignoreHTTPSErrors: true,
2425
// args come from: https://github.com/alixaxel/chrome-aws-lambda/blob/master/source/index.js
2526
args: puppeteerArgs,

0 commit comments

Comments
 (0)