mirror of
https://github.com/p-stream/providers.git
synced 2026-05-12 11:40:58 +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;
|
let browser;
|
||||||
try {
|
try {
|
||||||
browser = await puppeteer.launch({
|
browser = await puppeteer.launch({
|
||||||
headless: 'new',
|
headless: true,
|
||||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||||
});
|
});
|
||||||
const page = await browser.newPage();
|
const page = await browser.newPage();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue