I am using the javascript test-runner \"Mocha\".
I have a test that is failing, so I would to debug it using console.log.
console.log
But when the tests are
You may have also put your console.log after an expectation that fails and is uncaught, so your log line never gets executed.