digitalocean/test/test.ts

9 lines
169 B
TypeScript
Raw Normal View History

2017-09-17 15:35:01 +00:00
import { expect, tap } from 'tapbundle'
import * as docean from '../ts/index'
tap.test('first test', async () => {
console.log(docean.standardExport)
})
tap.start()