Skip to content

Instantly share code, notes, and snippets.

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 miohtama/a5737b8e5b105fa5408e0da026dcb4ae to your computer and use it in GitHub Desktop.
Save miohtama/a5737b8e5b105fa5408e0da026dcb4ae to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch user.e2e test",
"runtimeExecutable": "npm",
"cwd": "${workspaceFolder}",
"runtimeArgs": [
"run-script",
"test:e2e",
"--",
"--inspect-brk=9229",
],
"port": 9229,
"skipFiles": [
"<node_internals>/**"
],
"env": {
"PATH": "/Users/moo/.nvm/versions/node/v11.0.0/bin:${env:PATH}"
},
"timeout": 30000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment