Skip to content

Commit

Permalink
Cross-platform debug config. Closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
ospatil committed Aug 19, 2017
1 parent 50b1209 commit bb75676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/app/templates/_vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"type": "node",
"request": "launch",
"name": "Debug test",
"program": "${workspaceRoot}/node_modules/.bin/jest",
"program": "${workspaceRoot}/node_modules/jest-cli/bin/jest.js",
"args": [
"--findRelatedTests",
"${relativeFile}",
"--env",
"jest-environment-node-debug"
Expand Down

0 comments on commit bb75676

Please sign in to comment.