digitalocean/test/test.ts
2017-09-17 17:35:01 +02:00

9 lines
169 B
TypeScript

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