Using multiple mocha reporters

Mocha, the "simple, flexible and fun" JavaScript test framework provides several built-in reporters. By default you can only use 1 but there may be situations where you want to use several, for example you'd like the test report to be both visible in the build log and also available in XML form ala … Continue reading