diff --git a/src/App.test.ts b/src/App.test.ts index b91f8c3..d1fa6aa 100644 --- a/src/App.test.ts +++ b/src/App.test.ts @@ -6,6 +6,7 @@ let browser: Browser; beforeAll(async () => { browser = await puppeteer.launch({ headless: true, + args: ['--no-sandbox'], }); });