Jest tests not working anymore
Answered
Since this morning all Jest tests done through Goland are not working anymore. This is the error I got:
Process finished with exit code 0
On Friday everything was working fine. This morning when I have opened my IDE it was asking for the nodejs interpreter and after I set it up all tests has stopped working.
Please sign in to leave a comment.
Hi Matteo,
> Process finished with exit code 0
This is not an error, it's the processes that finished execution and everything was ok, at least according to the exit code.
Unfortunately, I'll need more details, including steps to reproduce the issue, before being of any help to you.