Skip to content

Commit adb1e69

Browse files
committed
chore: ⬆️ codecov
1 parent 8353491 commit adb1e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/matchers/utils.ts

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

0 commit comments

Comments
 (0)