import { tap } from '../../ts_tapbundle/index.js';

tap.test('glob pattern test', async () => {
  console.log('This test file should be found by glob patterns');
  return true;
});

tap.start();