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