fix(core): update

This commit is contained in:
2019-06-03 22:48:40 +02:00
parent 0824cdd95a
commit df0b48cc47
5 changed files with 208 additions and 42 deletions

View File

@@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as smartpuppeteer from '../ts/index';
tap.test('first test', async () => {
console.log(smartpuppeteer.standardExport);
const headlessBrowser = await smartpuppeteer.getEnvAwareBrowserInstance();
await headlessBrowser.close();
});
tap.start();