fix(core): update
This commit is contained in:
		| @@ -40,4 +40,8 @@ tap.test('should create a log group', async () => { | ||||
|   logGroup.log('info', 'this is logged from a log group'); | ||||
| }); | ||||
|  | ||||
| tap.test('should catch error', async () => { | ||||
|   console.error(new Error('hey')); | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user