Skip to content

Commit 8353491

Browse files
committed
chore: improve test coverage
1 parent b3efc9b commit 8353491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matchers/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class HostElementTypeError extends Error {
2424
let withType = '';
2525
try {
2626
withType = printWithType('Received', received, printReceived);
27-
/* istanbul ignore next */
2827
} catch {
28+
/* istanbul ignore next */
2929
// Deliberately empty.
3030
}
3131

0 commit comments

Comments
 (0)