testify
testify copied to clipboard
Double quotes should be escaped from the command
Describe the bug
If there is a test with " character, it will not be escaped and the command will be wrong, potentially running every tests
To Reproduce Steps to reproduce the behavior:
- Make a test with
"in description - Click on run test
- See terminal command
- See all tests running or command failing
Expected behavior
" should be transormed into \" in command
Screenshots

Desktop (please complete the following information):
- OS: Ubuntu 21.04
- Version 1.9.0
Hello @BigsonLvrocha !
Have you tried to run this test using the command line just to verify that Jest is able to understand that syntax?
Fixed in the latest version!