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