9 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { expect, tap } from '@push.rocks/tapbundle';
 | 
						|
import * as tsdoc from '../ts/index.js';
 | 
						|
 | 
						|
tap.test('first test', async () => {
 | 
						|
  console.log('test');
 | 
						|
});
 | 
						|
 | 
						|
tap.start();
 |