Skip to content

Commit 8287dd0

Browse files
committed
Ignore invariant from code coverage
1 parent caa2cd3 commit 8287dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution/execute.ts

+1
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ function handleFieldError(
641641
// In this mode, the client takes responsibility for error handling, so we
642642
// treat the field as if it were nullable.
643643
} else {
644+
/* c8 ignore next 4 */
644645
invariant(
645646
false,
646647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),

0 commit comments

Comments
 (0)