fix(core): update

This commit is contained in:
2019-08-23 14:35:50 +02:00
parent 6768022374
commit 5afae8c158
6 changed files with 19 additions and 89 deletions

View File

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