Skip to content

Commit 6fa5336

Browse files
author
igor.luckenkov
committed
Revert "attempt to fix uncovered lines issue"
This reverts commit fa044f5.
1 parent fa044f5 commit 6fa5336

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/execution/__tests__/executor-test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ describe('Execute: Handles basic execution tasks', () => {
753753
expect(result).to.deep.equal({ data: { second: 'b' } });
754754
});
755755

756-
/* c8 ignore start */
757756
it('provides error if no operation is provided', () => {
758757
const schema = new GraphQLSchema({
759758
query: new GraphQLObjectType({
@@ -771,7 +770,6 @@ describe('Execute: Handles basic execution tasks', () => {
771770
errors: [{ message: 'Must provide an operation.' }],
772771
});
773772
});
774-
/* c8 ignore stop */
775773

776774
it('errors if no op name is provided with multiple operations', () => {
777775
const schema = new GraphQLSchema({

0 commit comments

Comments
 (0)