-
-
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
--projects should filter by directory #5199
Comments
Would I be correct in implementing this filtering here: |
@ndelangen yeah |
I'm not sure it's correct though, you should be able to pass a config file directly |
See #5412. |
…estjs#5412) * Add test for workspaces with a README.md in the root * Filter projects to directories & require-able files only This ensures `packages/*` catches folders & not README.md * Add reference to jestjs#5199 in CHANGELOG.md * Remove custom testDir
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.
What is the current behavior?
Jest incorrectly processes files instead of only the folders within them.
What is the expected behavior?
Filter by
.isDirectory()
.Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
jest@22.0.4
yarn@1.3.2
node@8.9.1
The text was updated successfully, but these errors were encountered: