Updated node debug flag to debug and break immediately (#8151)
This commit is contained in:
parent
9961db3699
commit
eea508697a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ watch plugin. It allows you to filter by test filename or test name.
|
|||
To troubleshoot any of your jest test files, add a debugger and run:
|
||||
|
||||
```shell
|
||||
node --inspect node_modules/.bin/jest --watch --runInBand <path-to-file>
|
||||
node --inspect-brk node_modules/.bin/jest --watch --runInBand <path-to-file>
|
||||
```
|
||||
|
||||
You can read more about troubleshooting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue