Skip to content

Commit bb75676

Browse files
committed
Cross-platform debug config. Closes #35
1 parent 50b1209 commit bb75676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generators/app/templates/_vscode/launch.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
"type": "node",
2222
"request": "launch",
2323
"name": "Debug test",
24-
"program": "${workspaceRoot}/node_modules/.bin/jest",
24+
"program": "${workspaceRoot}/node_modules/jest-cli/bin/jest.js",
2525
"args": [
26+
"--findRelatedTests",
2627
"${relativeFile}",
2728
"--env",
2829
"jest-environment-node-debug"

0 commit comments

Comments
 (0)