Skip to content

Instantly share code, notes, and snippets.

@favio41
Last active October 9, 2019 13:34
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 favio41/ead19edc07632242e0073752fbcfff8b to your computer and use it in GitHub Desktop.
Save favio41/ead19edc07632242e0073752fbcfff8b to your computer and use it in GitHub Desktop.
Debug jest test of current open file
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Jest Current file",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": [
"${file}"
],
"internalConsoleOptions": "openOnSessionStart"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment