Skip to content

Commit

Permalink
Docs Typo (#4313)
Browse files Browse the repository at this point in the history
* docs: adding debugging info to troubleshooting doc

* docs: adding config to attach debugger

* docs: fixing typo
  • Loading branch information
MattMorgis authored and cpojer committed Aug 21, 2017
1 parent 07855c3 commit ea37e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This will output a link that you can open in Chrome. After opening that link, th

> Note: the `--runInBand` cli option makes sure Jest runs test in the same process rather than spawning processes for individual tests. Normally Jest parallelizes test runs across processes but it is hard to debug many processes at the same time.
### Debuggin in VS Code
### Debugging in VS Code

There are multiple ways to debug Jest tests with [Visual Studio Code's](https://code.visualstudio.com) built in [debugger](https://code.visualstudio.com/docs/nodejs/nodejs-debugging).

Expand Down

0 comments on commit ea37e10

Please sign in to comment.