tsdoc/test/test.ts

9 lines
169 B
TypeScript
Raw Normal View History

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