This commit is contained in:
2017-08-15 19:28:23 +02:00
parent 1cc73fe8cb
commit e81188e756
14 changed files with 501 additions and 44 deletions

8
test/test.ts Normal file
View File

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