testem-failure-reporter
Version:
Reporter for testem that outputs only failed tests
29 lines (28 loc) • 578 B
JSON
{
"name": "testem-failure-reporter",
"version": "1.0.4",
"description": "Reporter for testem that outputs only failed tests",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Gridium/testem-failure-reporter.git"
},
"scripts": {
"test": "testem ci"
},
"keywords": [
"testem",
"javascript",
"testing"
],
"author": "Kimberly Nicholls",
"license": "MIT",
"dependencies": {
"colors": "^1.1.2"
},
"devDependencies": {
"chai": "^3.0.0",
"jsondiffpatch": "^0.1.33",
"sane": "^1.1.3"
}
}