-
-
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
Can't find tests when project is in a path with parentheses #1081
Comments
your configuration is invalid. Create a tests directory and create a valid test file there. |
Thanks @mateuszsokola for helping out on issues! :) @luizribeiro can you paste your config and your file system structure? It's possible that the default regex in |
Hmm, I don't think it can be anything on my config. Just moving the project somewhere else and running Here's some more thorough repro steps:
|
By the way, this issue is obviously not a big deal, since it's such a corner case :-) The default |
You could try patching #1057 and see if they are found at all and what filters them out :) |
Is there a doc describing the common setup regexes and how to configure them in jest?
Edit: here: https://facebook.github.io/jest/docs/api.html#testregex-string |
This is fixed in the latest test release (can be installed through |
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. |
I was trying to use Jest today from a Dropbox directory, under
/Users/luizribeiro/Dropbox (Personal)
on OSX. After struggling with Jest not finding any tests for a while, I realized that moving my project somewhere else that didn't have parentheses in the path fixed the problem.Easy way to repro the issue is to:
The text was updated successfully, but these errors were encountered: