We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7a578 commit 1728a11Copy full SHA for 1728a11
npm_and_yarn/helpers/README.md
@@ -24,6 +24,6 @@ yarn test path/to/test.js
24
In order to run an interactive debugger:
25
26
- `node --inspect-brk node_modules/.bin/jest --runInBand path/to/test/test.js`
27
-- In Chrome, nativate to chrome://inspect
+- In Chrome, navigate to `chrome://inspect`
28
- Click `Open dedicated DevTools for Node`
29
-- 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.
0 commit comments