beautyfiglet/test/test.ts
2018-03-05 01:21:25 +01:00

9 lines
181 B
TypeScript

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