Skip to content

Commit 1bcc31d

Browse files
committed
Ignore invariant from code coverage
1 parent 947b040 commit 1bcc31d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ function handleFieldError(
632632
// In this mode, the client takes responsibility for error handling, so we
633633
// treat the field as if it were nullable.
634634
} else {
635+
/* c8 ignore next 4 */
635636
invariant(
636637
false,
637638
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)