docs(cli): updated documentation for --runTestsByPath command#14004
docs(cli): updated documentation for --runTestsByPath command#14004SimenB merged 5 commits intojestjs:mainfrom
--runTestsByPath command#14004Conversation
| When ran with a pattern, no test is found: | ||
|
|
||
| ```bash | ||
| jest --runTestsByPath __tests__/t |
There was a problem hiding this comment.
Perhaps to is worth mentioning that glob patterns can be used, if users shell is able to expand them?
For example, on Linux or macOS it is possible to run all tests in a folder like this:
jest --runTestsByPath __tests__/*EDIT In the other hand, jest __tests__/* does the similar thing (just similar thing, because paths will be treated as patterns). Less typing. So probably there is no need to add anything. Sorry about the noise (;
There was a problem hiding this comment.
No problem 👍
I used the test case introduced by the original commit as a guideline.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Improved documentation for the
--runTestsByPathCLI command added in #4411Closes #11124