We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ced7 commit ff78926Copy full SHA for ff78926
1 file changed
examples/persisted-documents/src/yoga.spec.ts
@@ -26,8 +26,8 @@ describe('Persisted Documents', () => {
26
}),
27
});
28
expect(await result.json()).toMatchObject({
29
- "data": {
30
- "hello": "Hello world!",
+ data: {
+ hello: 'Hello world!',
31
},
32
33
@@ -45,9 +45,9 @@ describe('Persisted Documents', () => {
45
46
47
48
- "errors": [
+ errors: [
49
{
50
- "message": "PersistedQueryOnly",
+ message: 'PersistedQueryOnly',
51
52
],
53
@@ -72,8 +72,8 @@ describe('Persisted Documents', () => {
72
73
74
75
76
77
78
79
0 commit comments