This blog serves as a dumping ground for my own interests.
On it you will find anything which I want to keep track of; links, articles, tips and tricks.
Mostly it focuses on C++, Javascript and HTML, linux and performance.
Thursday, 29 May 2014
Debugging mocha tests
launch node-inspector in the background $ node-inspector &
run your mocha tests in debug mode $ mocha --debug-brk /path/to/test.js
No comments:
Post a Comment