Skip to content

Commit

Permalink
Switch to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 17, 2021
1 parent d4c533f commit 6eef178
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('requires an argument', () => {
it.only('requires an argument', () => {
const someMutation = mutationWithClientMutationId({
name: 'SomeMutation',
inputFields: {},
Expand Down

0 comments on commit 6eef178

Please sign in to comment.