-
-
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
Clarify the documentation about --runTestsByPath config. #11124
Comments
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. |
See #4411 where it was added - it's not change how matching works, so |
I would like to take up this issue @SimenB |
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. |
🚀 Feature Proposal
Motivation
Clarify the documentation about --runTestsByPath config. Please provide an example. The TS type of this config is
boolean
in source code, but I saw some people use it likejest --runTestsByPath ./__tests__/tests/over/here/*_test.ts
, should the data type of it be a string represents the file path?Example
I can run only the tests that were specified with their exact paths like this:
jest "./index.test.jsx"
Not clear about the function of
--runTestsByPath
config.The text was updated successfully, but these errors were encountered: