mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
fix tests?
This commit is contained in:
parent
f3310e9e8c
commit
1e7523d4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const server = await preview({
|
|||
let browser;
|
||||
try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: 'new',
|
||||
headless: true,
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue