Skip to content

Commit

Permalink
fix: introspection type
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Apr 14, 2021
1 parent abc8569 commit 933fc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type/__tests__/introspection-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ describe('Introspection', () => {
}

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

Expand Down

0 comments on commit 933fc94

Please sign in to comment.