-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Jest doesn't detect tests if root path contains a dot #3111
Comments
This will be fixed in the next release next week: #3006 |
This was working in Jest v22.4.4 and is broken again in the latest Jest v23. |
Can you open up a new issue with a reproduction? |
That said, the test in #3006 is failing for me locally, need to investigate that |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug (regression)
What is the current behavior?
Jest 19.0.2:
What is the expected behavior?
Jest 18.1.0:
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
macOS 10.12.3 (used to manually run examples above)
** Jest: 19.0.2
** node: 7.4
** npm: 4.0.5
Debian 8 (https://github.com/Strider-CD/strider)
** Jest: 19.0.2
** Jest configuration: default
** node: 7.5
** npm: 4.1.2
Note
The regression is critical for Strider based continuous integration setup. Strider uses
~/.strider
as its working folder.The text was updated successfully, but these errors were encountered: