fix(core): update

This commit is contained in:
2019-07-07 10:48:24 +02:00
parent daadb89d25
commit 778d170e2e
14 changed files with 1047 additions and 620 deletions

View File

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