UNPKG

xunit-file

Version:

Basically the same reporter as mocha's xunit reporter, but writes the output in a file.

7 lines (4 loc) 168 B
'use strict'; // @see https://raw.github.com/visionmedia/mocha/master/lib/reporters/xunit.js var XUnitFile = require("./lib/xunit-file"); module.exports = XUnitFile;