fix(core): update

This commit is contained in:
2019-08-22 15:41:49 +02:00
parent a7e6f548da
commit 0083c3c21e
2 changed files with 1 additions and 4 deletions

View File

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