Commit 24713c9
Eugene Cheung
chore: add VSCode launch task for debugging Jest tests [skip ci] (#348)
I was asked how to debug the unit tests. This adds a task for use in VSCode so that you can use the debugger with test files (i.e. set breakpoints, stepping through, looking at call stacks and variable states, etc.).
Based on the task from https://mattmazzola.medium.com/how-to-debug-jest-tests-with-vscode-48f003c7cb41
---
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_1 parent 7015c0c commit 24713c9
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments