-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test in jest #144
Comments
Greetings! What have you tried? Did you run into specific issues? I don't use Jest, so this isn't something I'm likely to dig into :) |
wondering the same thing, if I want to test a function that uses axios with a retry config how can write my test to make sure the request is being retried. In
In
|
I found a solution to my issue by using |
I have the same issue. I posted a question on stackoverflow here: https://stackoverflow.com/questions/68836524/jest-unit-test-and-retry-axios-node-js |
No description provided.
The text was updated successfully, but these errors were encountered: