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.
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.