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
`An unhandled error occurred processing a request for the endpoint "withQuery".
131
-
In the case of an unhandled error, no tags will be "provided" or "invalidated". [Error: When using \`fakeBaseQuery\`, all queries & mutations must use the \`queryFn\` definition syntax.]`,
128
+
129
+
constresult=awaitstore.dispatch(thunk)
130
+
131
+
expect(consoleErrorSpy).toHaveBeenCalledOnce()
132
+
133
+
expect(consoleErrorSpy).toHaveBeenLastCalledWith(
134
+
`An unhandled error occurred processing a request for the endpoint "withQuery".\nIn the case of an unhandled error, no tags will be "provided" or "invalidated".`,
135
+
Error(
136
+
'When using `fakeBaseQuery`, all queries & mutations must use the `queryFn` definition syntax.',
0 commit comments