Closed gorritocodes closed 5 months ago
You should report this issue to wallabyjs. The second line of the binary is added by them. This is not the original code shipped by Jest.
Oh, Thank you! I'll take The issue there!
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. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.7.0
Steps to reproduce
when I run npm jest, in node_modules/jest/bin/ the file jest.js is generated.
the file in my case is located in :C:\Users**Gorrito's Laptop**\Documents\Development\Jest Tutorials\JavaScript Testing with Jest - Crash Course\node_modules\jest\bin\jest.js
but as my user has a single quote it crashes.
The file looks like this:
I have tried to use template strings and double quotes to escape the bug manually, but it leads to a waterfall of crashing systems.
Expected behavior
I expected to execute as it does on my other machine. The problem it's not in my repo, but in the relationship the repo has with my computer's name.
Actual behavior
My computer name happens to be an edge case in the ways the routes are set in Jest, and prevents the normal execution of the software
Additional context
No response
Environment