From 1eda6053eda58bac5aea3cb74168c61dc48c245e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=B0=D0=B5=D0=B2?= <39992533+ivn0987@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:55:38 +0300 Subject: [PATCH] Update App.test.ts --- src/App.test.ts | 1 + 1 file changed, 1 insertion(+) 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'], }); });