-
Notifications
You must be signed in to change notification settings - Fork 79
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
Tests are failing in Windows #157
Comments
Just a quick update. After installing node and yarn in WLS2 I was able to pass all the tests. The results were the following:
I'm not sure why tests are failing in Windows PowerShell or, at least, in my PowerShell. I'd like to use the debugger to be able to inspect the code but, for some reason, it fails after being attached with the following message.
I've tried to change the base directory to destiny_fork, thinking that maybe the slash was causing some problems, but the error wasn't fixed. |
@roguib looking at your error message, it seems that you are closing your double-quotes early. |
Yeah but I think it's something related to Jest running in Windows since the error comes from that package. I couldn't have the time to play around but maybe upgrading Jest version would be enough for fixing it. |
I was playing around with the project, trying to find an optimal solution for #142 since I'm on Windows, but after making some changes to the codebase I decided to run the test suites with
yarn test
and some of them were failing. I thought that maybe was a consequence of my changes, so I tried again without any changes and tests were still failing. The results were the following:I'm missing some command? Let me know if you need more information 😄
The text was updated successfully, but these errors were encountered: