Skip to content

Commit 1cff421

Browse files
committed
Remove unnecessary resolver causing coverage issue
1 parent c8fdfba commit 1cff421

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
@@ -940,7 +940,6 @@ describe('Execute: Handles basic execution tasks', () => {
940940
fields: () => ({
941941
a: {
942942
type: GraphQLInt,
943-
resolve: () => ({}),
944943
},
945944
}),
946945
}),

0 commit comments

Comments
 (0)