Skip to content

Commit

Permalink
Remove accidental 'it.only'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 17, 2021
1 parent bce6a73 commit 76d3466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutation/__tests__/mutation-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function wrapInSchema(mutationFields: {
}

describe('mutationWithClientMutationId()', () => {
it.only('requires an argument', () => {
it('requires an argument', () => {
const someMutation = mutationWithClientMutationId({
name: 'SomeMutation',
inputFields: {},
Expand Down

0 comments on commit 76d3466

Please sign in to comment.