tsdoc/test/test.ts
2024-03-31 15:09:30 +02:00

9 lines
173 B
TypeScript

import { expect, tap } from '@push.rocks/tapbundle';
import * as tsdoc from '../ts/index.js';
tap.test('first test', async () => {
console.log('test');
});
tap.start();