Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

debugging-with-chrome-devtools.md

File metadata and controls

13 lines (9 loc) · 425 Bytes

Debugging tests with Chrome DevTools

Translations: Français

Use inspect-process to easily launch a debugging session with Chrome DevTools.

$ npm install --global inspect-process
$ inspect node_modules/ava/profile.js some/test/file.js