fix(core): update

This commit is contained in:
2019-11-16 00:35:03 +01:00
parent 25d191a95b
commit 53b5cca687
5 changed files with 13 additions and 25 deletions

View File

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