-
Notifications
You must be signed in to change notification settings - Fork 920
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
[BUG] Jest test cannot find matches on Windows #1310
Comments
Hello @Ironem, Potentially related to your OS. Are you running on windows? There is an existing issue there: jestjs/jest#7914. |
@Ironem, is that your OS? If so, we can rename this issue to |
Yeah, sorry for the late response, I am on Windows 10 and all tests doest not work, and I am trying to install node in wsl in order to get it work. |
Sounds good, I will update the title of this issue to reflect as such. Thanks! |
So with WSL it works fine. You need to install make, python3, gcc and g++ in your WSL and then reinstall the project with |
This is fixed with #2601. |
Describe the bug
Fail when I tried to run yarn test:jest on a new project without any changes. I was on branch 1.x on the commit of Wed Feb 9 2022. Even on other branch I have the same error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should run all tests and give the results of tests.
OpenSearch Version
n/a
Dashboards Version
1.x
Plugins
n/a
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: