-
-
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
Provide regex visualization for testRegex #3758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the little nit and I'm good :)
docs/en/Configuration.md
Outdated
@@ -518,6 +518,18 @@ inside of `__tests__` folders, as well as any files with a suffix of `.test` or | |||
or `spec.js`. See also [`testMatch` [array<string>]](#testmatch-array-string), but note | |||
that you cannot specify both options. | |||
|
|||
The following is a visualization of the regex `(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-The following is a visualization of the regex `(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$`:
+The following is a visualization of the default regex :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, no problem :)
Thank you! |
Codecov Report
@@ Coverage Diff @@
## master #3758 +/- ##
=======================================
Coverage 62.63% 62.63%
=======================================
Files 183 183
Lines 6702 6702
Branches 6 6
=======================================
Hits 4198 4198
Misses 2501 2501
Partials 3 3 Continue to review full report at Codecov.
|
Nice! |
This is great work 👍 |
* Provide regex visualization for testRegex * Update Configuration.md
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
Closes #3730. Provides a visualization of the regex specified in
testRegex
.CC @thymikee