UNPKG

mocha-apiary-reporter

Version:

Generate API documentation using Apiary's Blueprint style, then plug it right into apiary.io to get beautiful docs!

10 lines (8 loc) 207 B
require('./lib/instrument').setup(); try { module.exports = require('./lib/reporter'); } catch (ex) { console.error('Failed to create Mocha reporter\n'); console.error(ex.stack); process.exit(1); }