UNPKG

testem-failure-reporter

Version:

Reporter for testem that outputs only failed tests

13 lines (11 loc) 265 B
var FailureReporter = require('./index'); var reporter = new FailureReporter(); module.exports = { "launch_in_ci": [ "CI" ], "launchers": { "CI": { "command": "mocha --timeout 3000 test.js", } }, "reporter": reporter };