Skip to content

Commit

Permalink
Merge pull request #258 from geolonia/fix-integration-test
Browse files Browse the repository at this point in the history
失敗していた結合テストを修正
  • Loading branch information
naogify authored Feb 7, 2025
2 parents 49c1ae4 + faf3574 commit 796cc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const runTest = (type: 'esm' | 'umd') => {
const browser = await puppeteer.launch({
args: [
'--disable-web-security', // for loading files from file://
'--no-sandbox', // for running in CI
],
})
try {
Expand Down

0 comments on commit 796cc53

Please sign in to comment.