Skip to content

Commit

Permalink
Update Troubleshooting.md (#5794)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jcollum authored and SimenB committed Mar 15, 2018
1 parent feeb371 commit 9599d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Uh oh, something went wrong? Use this guide to resolve issues with Jest.

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

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

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

0 comments on commit 9599d5c

Please sign in to comment.