testify
testify copied to clipboard
Backslashes used for path to jest bin. Causes bad path when using Git Bash terminal on Windows
Describe the bug The path to my test runner, jest in this case, gets written like this to my terminal when I click the 'Run Test' text inserted by Testify into my code: node_modules.bin\jest I am using the git bash terminal on Windows 10 Windows interprets the string as: node_modules.binjest which of course isn't the correct path to Jest. However, the path to the file to test is provided correctly with forward slashes.
Expected behavior It would be nice if the path to the executable is also written using forward slashes.
Desktop (please complete the following information):
- OS: Windows 10 Home
Additional context Possible related to this pull request? Where the slashes were addressed for the file path https://github.com/felixjb/testify/pull/33/files
Hello @DustinX , how are you? Hope you're fine. Sorry for taking too long to respond. I was on vacation :smile:
I'm currently working on fixing/improving this project's CI so we can deploy to the marketplace more easily. I'll tackle this right after.
Unsurprisingly, the same thing happens with mocha.
@DustinX @myahl hello! Sorry for taking such an absurd amount of time to come back to this.
I have a question: does this also happen with the Debug Test command?