fix(core): update

This commit is contained in:
2019-08-22 16:44:44 +02:00
parent 760243e079
commit 27488b00f1
5 changed files with 56 additions and 23 deletions

View File

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