diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ed621d3..5d020bdc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,7 @@ "name": "Debug Tests", "type": "node", "request": "launch", - "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts", + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/craco", "env": { "CI": "true" }, "args": ["test", "--runInBand", "--no-cache", "--env=./test/env.js"], "cwd": "${workspaceRoot}",