fix(core): update

This commit is contained in:
2019-03-27 14:38:24 +01:00
parent 56bcfcdae4
commit eb4a4288ed
5 changed files with 48 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as websetup from '../ts/index'
tap.test('first test', async () => {
console.log(websetup.standardExport)
console.log('Waiting for proper puppeteer support here');
})
tap.start()
tap.start();