UNPKG

xunit-file

Version:

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

5 lines 107 B
describe("Success Suite", function () { it("should pass", function (done) { done(); }); });