jest-summarizing-reporter
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "jest-summarizing-reporter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Custom reporter for jest, that only prints test result summary.", | ||
@@ -5,0 +5,0 @@ "main": "JestSummaryReporter.js", |
# Jest summarizing reporter | ||
Custom reporter for Jest that only prints the summary of the test run. With `diffs` option, also prints the default error messages aka diffs before the summary [example](#withDiffsExmaple). | ||
Custom reporter for Jest that only prints the summary of the test run. With `diffs` option, also prints the default error messages aka diffs [before the summary](#withDiffsExmaple). | ||
@@ -5,0 +5,0 @@ [![jestsummaryreporternodiffssmall](https://user-images.githubusercontent.com/46559896/50974595-455fe900-14f4-11e9-8a5b-c69d367926d5.png)](https://user-images.githubusercontent.com/46559896/50974595-455fe900-14f4-11e9-8a5b-c69d367926d5.png) |
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
9644