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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
first of all, I appreciate a lot your work and your sharing.
I also doubt it's due to the project as is, but I am running into an error when trying to unit test Adding a reducer as suggested.
Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
at pTimeout (/home/castelluciv/Workspace/Project/Marketplace/marketplace-front/node_modules/jest-jasmine2/build/queueRunner.js:53:21)
at Timeout.setTimeout (/home/castelluciv/Workspace/Project/Marketplace/marketplace-front/node_modules/jest-jasmine2/build/p-timeout.js:21:44)
at listOnTimeout (timers.js:324:15)
at processTimers (timers.js:268:5)
I have read StackOverflow and GitHub issues about it but my instinct and my past experiences with asynchronous frameworks suggest me something is not yet terminated (while people mostly suggest increasing Jasmine timeout), so I guess I am doing something wrong.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
first of all, I appreciate a lot your work and your sharing.
I also doubt it's due to the project as is, but I am running into an error when trying to unit test Adding a reducer as suggested.
My test is the following
and the error is the following
I have read StackOverflow and GitHub issues about it but my instinct and my past experiences with asynchronous frameworks suggest me something is not yet terminated (while people mostly suggest increasing Jasmine timeout), so I guess I am doing something wrong.
The text was updated successfully, but these errors were encountered: