Replies: 1 comment
-
@ortonomy did you find the answer to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
e.g.
in test
CompanyApi.getCompanyForMeetingSummary
is mocked but in test run I get:and
expect(CompanyApi.getCompanyForMeetingSummary).toBeCalledTimes(1);
results
Your minimal, reproducible example
I don't have one
Steps to reproduce
see useQueries definition above
Expected behavior
The mocked functions are executed
How often does this bug happen?
Every time
Screenshots or Videos
Platform
react-query version
^4.0.10
TypeScript version
^4.4.3
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions