You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(could be more of a feature enhancement rather than a bug)
👋🏻 hey folks!
Found a scenario where using the computed name of path.basename(__filename) will result in the test being skipped due to it not be found when running run.
(could be more of a feature enhancement rather than a bug)
👋🏻 hey folks!
Found a scenario where using the computed name of
path.basename(__filename)
will result in the test being skipped due to it not be found when runningrun
.Example:
Repo with example: https://github.com/MattBidewell/jest-runner-name-bug
When running
run
above the test using the computed describe name:When running
run
above the standard describe name:I suspect we might need to potentially do a replace on the name value before we execute the command in the terminal.
The text was updated successfully, but these errors were encountered: