node-tap-mocha-reporter

Format a TAP stream using Mocha's set of reporters
  https://github.com/tapjs/tap-mocha-reporter
  0
  no reviews



This module allows one to format node-tap output like output of Mocha test framework.

node-tap is a Node.js implementation of TAP a simple text-based interface shared between testing modules implemented in many popular languages.

Mocha is a feature-rich JavaScript test framework running on Node.js and browser, making asynchronous testing simple.

Node.js is an event-based server-side JavaScript engine.