fix(core): update

This commit is contained in:
2020-06-11 14:28:03 +00:00
parent 47583bd955
commit a4a5b18849
2 changed files with 10 additions and 2 deletions

View File

@ -42,6 +42,7 @@ tap.test('should create a log group', async () => {
tap.test('should catch error', async () => {
console.error(new Error('hey'));
// throw new Error('hey');
});
tap.start();