Skip to content

Commit 9599d5c

Browse files
jcollumSimenB
authored andcommitted
Update Troubleshooting.md (#5794)
* Update Troubleshooting.md I was trying to get jest debugging working and ran into issues. Switched to Node 9.7.1 and the issue went away, breakpoints were hit. Related: nodejs/node#7593 * Update Troubleshooting.md
1 parent feeb371 commit 9599d5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Uh oh, something went wrong? Use this guide to resolve issues with Jest.
77

88
### Tests are Failing and You Don't Know Why
99

10-
Try using the debugging support built into Node.
10+
Try using the debugging support built into Node. Note: This will only work in
11+
Node.js 8+.
1112

1213
Place a `debugger;` statement in any of your tests, and then, in your project's
1314
directory, run:

0 commit comments

Comments
 (0)