tsdoc/test/test.ts

9 lines
179 B
TypeScript
Raw Normal View History

2019-05-13 17:41:02 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as tsdoc from '../ts/index'
tap.test('first test', async () => {
console.log(tsdoc.standardExport)
})
tap.start()