This commit is contained in:
2017-09-17 17:35:01 +02:00
parent 5b0c0c0d19
commit c07457d43e
8 changed files with 76 additions and 32 deletions

8
test/test.ts Normal file
View File

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