This commit is contained in:
2017-10-16 09:07:19 +02:00
commit a30208561f
14 changed files with 478 additions and 0 deletions

8
test/test.ts Normal file
View File

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