Skip to content

Commit ff78926

Browse files
committed
Format
1 parent c88ced7 commit ff78926

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/persisted-documents/src/yoga.spec.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ describe('Persisted Documents', () => {
2626
}),
2727
});
2828
expect(await result.json()).toMatchObject({
29-
"data": {
30-
"hello": "Hello world!",
29+
data: {
30+
hello: 'Hello world!',
3131
},
3232
});
3333
});
@@ -45,9 +45,9 @@ describe('Persisted Documents', () => {
4545
}),
4646
});
4747
expect(await result.json()).toMatchObject({
48-
"errors": [
48+
errors: [
4949
{
50-
"message": "PersistedQueryOnly",
50+
message: 'PersistedQueryOnly',
5151
},
5252
],
5353
});
@@ -72,8 +72,8 @@ describe('Persisted Documents', () => {
7272
});
7373

7474
expect(await result.json()).toMatchObject({
75-
"data": {
76-
"hello": "Hello world!",
75+
data: {
76+
hello: 'Hello world!',
7777
},
7878
});
7979
});

0 commit comments

Comments
 (0)