fix(core): update
This commit is contained in:
		@@ -27,7 +27,12 @@ tap.test('first test', async (tools) => {
 | 
			
		||||
    hithere: 'hello',
 | 
			
		||||
  });
 | 
			
		||||
  console.log(JSON.stringify(result2)); */
 | 
			
		||||
  
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
tap.test('should end on nodejs', async (toolsArg) => {
 | 
			
		||||
  if (globalThis.process) {
 | 
			
		||||
    toolsArg.delayFor(2000).then(() => globalThis.process.exit(0));
 | 
			
		||||
  }
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
tap.start();
 | 
			
		||||
		Reference in New Issue
	
	Block a user