Skip to content

Commit

Permalink
Update Troubleshooting.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jcollum committed Mar 14, 2018
1 parent f1922ad commit e7b753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 e7b753f

Please sign in to comment.