Skip to content

Commit d99f012

Browse files
authored
Update App.test.ts
в 14 добавил : args: ['--no-sandbox'],
1 parent 7ba80f2 commit d99f012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let browser: Browser;
1313

1414
beforeAll(async () => {
1515
browser = await puppeteer.launch({
16-
headless: true,
16+
args: ['--no-sandbox'],
1717
});
1818
});
1919

0 commit comments

Comments
 (0)