Skip to content

Instantly share code, notes, and snippets.

@stasgm
Last active November 28, 2019 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stasgm/e3f1ce2e4862be57c3ff698037e27922 to your computer and use it in GitHub Desktop.
Save stasgm/e3f1ce2e4862be57c3ff698037e27922 to your computer and use it in GitHub Desktop.
VSCode Jest Test debug config
{
"type": "node",
"request": "launch",
"name": "Jest Test",
"program": "${workspaceFolder}\\node_modules\\jest\\bin\\jest",
"args": ["--runInBand", "--config=${workspaceFolder}\\jest.config.js"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment