tsdoc/test/test.ts

9 lines
173 B
TypeScript
Raw Permalink Normal View History

2024-03-31 13:09:30 +00:00
import { expect, tap } from '@push.rocks/tapbundle';
2022-06-07 15:54:00 +00:00
import * as tsdoc from '../ts/index.js';
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();