fix(core):

This commit is contained in:
2019-05-06 14:00:21 +02:00
parent a5d1927dcb
commit ae375e30e3
6 changed files with 143 additions and 2 deletions

View File

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