fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-05 10:34:43 +00:00
parent e8f4c8fde4
commit 877c9bb9b1

View File

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