8 lines
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 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(); |