We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8353491 commit adb1e69Copy full SHA for adb1e69
src/matchers/utils.ts
@@ -24,8 +24,7 @@ class HostElementTypeError extends Error {
24
let withType = '';
25
try {
26
withType = printWithType('Received', received, printReceived);
27
- } catch {
28
- /* istanbul ignore next */
+ } catch /* istanbul ignore next */ {
29
// Deliberately empty.
30
}
31
0 commit comments