Skip to content

Commit a37ad79

Browse files
committed
Remove unnecessary resolver causing coverage issue
1 parent 8db5f5b commit a37ad79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/execution/__tests__/executor-test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,6 @@ describe('Execute: Handles basic execution tasks', () => {
941941
fields: () => ({
942942
a: {
943943
type: GraphQLInt,
944-
resolve: () => ({}),
945944
},
946945
}),
947946
}),

0 commit comments

Comments
 (0)