You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to match 1 mock for this query, which had the following variables:
@@ -67,7 +64,7 @@ Object {
67
64
68
65
exports[`General use should pipe exceptions thrown in custom onError functions through the link chain 1`] = `[Error: oh no!]`;
69
66
70
-
exports[`General use should return "Mocked response should contain" errors in response 1`] = `[Error: Mocked response should contain either result or error: {"query":"query GetUser($username: String!) {\\n user(username: $username) {\\n id\\n __typename\\n }\\n}\\n"}]`;
67
+
exports[`General use should return "Mocked response should contain" errors in response 1`] = `[Error: Mocked response should contain either result or error: {"query":"query GetUser($username: String!) {\\n user(username: $username) {\\n id\\n __typename\\n }\\n}"}]`;
71
68
72
69
exports[`General use should return "No more mocked responses" errors in response 1`] = `
73
70
[Error: No more mocked responses for the query: query GetUser($username: String!) {
@@ -76,7 +73,6 @@ exports[`General use should return "No more mocked responses" errors in response
76
73
__typename
77
74
}
78
75
}
79
-
80
76
Expected variables: {}
81
77
]
82
78
`;
@@ -88,7 +84,6 @@ exports[`General use should support custom error handling using setOnError 1`] =
0 commit comments