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