Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions npm_and_yarn/helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ yarn test path/to/test.js
In order to run an interactive debugger:

- `node --inspect-brk node_modules/.bin/jest --runInBand path/to/test/test.js`
- In Chrome, nativate to chrome://inspect
- In Chrome, navigate to `chrome://inspect`
- Click `Open dedicated DevTools for Node`
- You'll now be able to interactively debug using the chrome dev tools.
- You'll now be able to interactively debug using the Chrome dev tools.