fix(core): update

This commit is contained in:
2019-11-15 18:59:29 +01:00
parent f110320dae
commit 64cd7cd75d
4 changed files with 328 additions and 443 deletions

View File

@@ -2,7 +2,9 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as smartpuppeteer from '../ts/index';
tap.test('first test', async () => {
const headlessBrowser = await smartpuppeteer.getEnvAwareBrowserInstance();
const headlessBrowser = await smartpuppeteer.getEnvAwareBrowserInstance({
forceNoSandbox: true
});
await headlessBrowser.close();
});