firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Should run test command in a new terminal if the activated terminal has unexecuted command #218

Open zxch3n opened 3 years ago

zxch3n commented 3 years ago

Yesterday jest runner delete my whole project...

I typed rm -rf ./tmp in vscode integrated terminal. Then I ran a test by jest runner. It appended cd '/User/xxx/the-project' to the terminal, which became rm -rf ./tmpcd '/User/xxx/the-project', and executed it. It made days of work gone.