3 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // Direct run to see TAP output
 | |
| const { execSync } = require('child_process');
 | |
| console.log(execSync('tsx test/tapbundle/test.debug.ts', { cwd: '/mnt/data/lossless/git.zone/tstest' }).toString()); |