import { expect, tap } from '../../../ts_tapbundle/index.js'; tap.test('subdirectory test execution', async () => { console.log('This test verifies subdirectory test discovery works'); expect(true).toBeTrue(); }); tap.start();