This commit is contained in:
2018-03-30 19:42:14 +02:00
commit 9c99f6d7e5
14 changed files with 353 additions and 0 deletions

8
test/test.ts Normal file
View File

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