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
As of February 2021 a couple of things went wrong in this step.
I was getting an error about jest-unit, I had to do a npm update as suggested in a similar issue about jest-junit: WhatsApp-Clone-Client-React#issue905.
Then ironically I start getting an error about jest-junit, had to run yarn add jest-junit again.
And finally it was broken because of tests/global-setup.ts is missing.
In my case I just removed "globalSetup": "<rootDir>/tests/global-setup.ts" from whatsapp-clone-server/package.json.
Although the idea of tortilla.academy is awesome, I guess it's naturally difficult to keep an up to date tutorial of anything about webdev, specially relying on package managers and so many tools... :(
Lack of tests/global-setup.ts given in the tutorial, have to navigate to github to get the code
The text was updated successfully, but these errors were encountered: