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