I\'d like to be able to extend the mocha test results and listen to them from the available mocha object. First, I\'m looking at getting the \"passes\" results.
It look
You can also get similar events at
mocha.suite.beforeEach(function() {} ) mocha.suite.afterEach(function() {} ) mocha.suite.afterAll( function() {} )