diff --git a/.vscode/launch.json b/.vscode/launch.json index 087b07217d..5b53f85bc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "type": "node", "request": "launch", "name": "Jest Current File", + "runtimeExecutable": "sh", "program": "${workspaceFolder}/node_modules/.bin/jest", "args": ["${file}", "--config", "jest.config.js", "--no-cache"], "console": "integratedTerminal", @@ -17,6 +18,7 @@ "type": "node", "request": "launch", "name": "Jest Current File (no timeout)", + "runtimeExecutable": "sh", "program": "${workspaceFolder}/node_modules/.bin/jest", "args": [ "${file}",