fix(core): update

This commit is contained in:
2019-03-27 14:40:06 +01:00
parent f5f51ac1a6
commit 4a45262124
8 changed files with 48 additions and 34 deletions

View File

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