tsdoc/test/test.ts

9 lines
173 B
TypeScript
Raw Normal View History

2024-03-31 15:09:30 +02:00
import { expect, tap } from '@push.rocks/tapbundle';
2022-06-07 17:54:00 +02:00
import * as tsdoc from '../ts/index.js';
2019-05-13 19:41:02 +02:00
tap.test('first test', async () => {
2019-05-14 08:50:50 +02:00
console.log('test');
});
2019-05-13 19:41:02 +02:00
2019-05-14 08:50:50 +02:00
tap.start();