Skip to content

Commit 72b5a98

Browse files
committed
fix: introspection type
1 parent 948f656 commit 72b5a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/__tests__/introspection-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ describe('Introspection', () => {
15711571
}
15721572

15731573
// istanbul ignore next (Called only to fail test)
1574-
function typeResolver(_1, _2, info) {
1574+
function typeResolver(_1, _2, info): undefined {
15751575
expect.fail(`Called on ${info.parentType.name}::${info.fieldName}`);
15761576
}
15771577

0 commit comments

Comments
 (0)