Skip to content

Commit

Permalink
Update request.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Dec 9, 2022
1 parent 6673abf commit 0234037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -168,7 +168,7 @@ describe('stringifyDocument ', () => {
expect(stringifyDocument(createRequest(doc, undefined).query))
.toMatchInlineSnapshot(`
"{
field(arg:
field(arg:
\\"test #1\\")
}"
Expand All @@ -189,7 +189,7 @@ describe('stringifyDocument ', () => {
expect(stringifyDocument(createRequest(doc, undefined).query))
.toMatchInlineSnapshot(`
"{
field(arg:
field(arg:
\\"\\"\\"
hello
Expand Down

0 comments on commit 0234037

Please sign in to comment.