jest-html-reporter
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -121,2 +121,4 @@ const path = require('path'); | ||
.catch(error => console.log('\x1b[31m', `jest-html-reporter [error] >> ${error}`)); | ||
// Return the results as required by Jest | ||
return testResult | ||
}; |
{ | ||
"name": "jest-html-reporter", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Jest test results processor for generating a summary in HTML", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"reporter", | ||
"report", | ||
"report", | ||
"plugin" | ||
@@ -34,3 +34,6 @@ ], | ||
"jest": "19.x || 20.x" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.9.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9590
138
1