Skip to content

Instantly share code, notes, and snippets.

@staltz
Last active October 26, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save staltz/b0aec0e389b9584f88e96afc2bd13b71 to your computer and use it in GitHub Desktop.
Save staltz/b0aec0e389b9584f88e96afc2bd13b71 to your computer and use it in GitHub Desktop.
How to debug Mocha tests written in Babel, running only in Node.js

Run this in one shell

./node_modules/.bin/mocha --debug-brk --compilers js:babel-register test/node

Then this in another shell

node-inspector

Then open the browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment