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

9 lines
186 B
TypeScript

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