This commit is contained in:
2018-09-14 18:07:20 +02:00
parent fa1e10be54
commit 5a02e92397
8 changed files with 1084 additions and 218 deletions

View File

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