Skip to content

Commit

Permalink
Update request.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 9, 2022
1 parent 6673abf commit 1651fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('stringifyDocument ', () => {
expect(stringifyDocument(formatted)).toBe(print(formatted));
});

it.only('should reprint gql documents', () => {
it('should reprint gql documents', () => {
const request = createRequest(
gql`
query {
Expand Down

0 comments on commit 1651fa4

Please sign in to comment.