Skip to content

Commit 82a66d2

Browse files
committed
test firefox error
1 parent 39505cc commit 82a66d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/util/test/errors.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ describe('FirebaseError', () => {
9090
} catch (error) {
9191
assert.isDefined((error as Error).stack);
9292
// Multi-line match trick - .* does not match \n
93+
console.log('** Error stack **');
94+
console.log((error as Error).stack);
9395
assert.match((error as Error).stack!, /FirebaseError[\s\S]/);
9496
}
9597
});

0 commit comments

Comments
 (0)