smartbucket/test/test.ts
2018-03-30 19:42:14 +02:00

9 lines
179 B
TypeScript

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