fix(core): update

This commit is contained in:
Philipp Kunz 2018-12-28 00:07:48 +01:00
parent b0c360c742
commit 9233ebd965

View File

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