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
are you able to run jest from the command line? yes
where do you run jest CLI from? root directory
how do you run your tests from the command line? yarn test
Additional context
Add any other context about the problem here.
The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the contribution guide, we look forward to seeing your PR...
The text was updated successfully, but these errors were encountered:
Describe the bug
My test names look like this:
To Reproduce
Steps to reproduce the behavior:
\n
are not properly escaped when sent to the jest command lineExpected behavior
It should escape the
\n
of the test name to a string\n Given a user requesting another user's personal info\n When they call the endpoint
in shellScreenshots
Environment (please complete the following information):
node -v
: 20.18npm -v
oryarn --version
: [e.g., npm 10.1.0]Prerequisite
Additional context
Add any other context about the problem here.
The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the contribution guide, we look forward to seeing your PR...
The text was updated successfully, but these errors were encountered: