fix(core): update

This commit is contained in:
2021-11-19 20:16:01 +01:00
parent cf230c5b44
commit d11adfc704
2 changed files with 14 additions and 2 deletions

View File

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