fix(core): update

This commit is contained in:
2019-10-12 15:55:37 +02:00
parent 04a77f9eeb
commit 20bf5dfc57
4 changed files with 8 additions and 8 deletions

View File

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