Skip to content

Commit

Permalink
Merge branch 'dev' into cacheLookupFix
Browse files Browse the repository at this point in the history
  • Loading branch information
shylasummers authored Jan 9, 2025
2 parents a771329 + cc2bdb2 commit ee263b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async function isServerUp(port, timeout) {
host: "localhost",
port: port,
family: 4,
rejectUnauthorized: false,
};

https
Expand Down

0 comments on commit ee263b5

Please sign in to comment.