
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
jest-summary-reporter
Advanced tools
Simple reporter to summarize the failing tests at the END of a test run. Without this, you may be scrolling through pages of results to figure out which files to edit.
Simple reporter to summarize the failing tests at the END of a test run. Without this, you may be scrolling through pages of results to figure out which files to edit.
See the issue that inspired this.
Add jest-summary-reporter
in addition to default reporters that Jest provides:
{
"reporters": [
"default",
"jest-summary-reporter"
]
}
If you want to see passing/pending tests as well:
{
"reporters": [
"default",
["jest-summary-reporter", {"failuresOnly": false}]
]
}
NB: This module is not complete enough to be useful as the only reporter.
FAQs
Simple reporter to summarize the failing tests at the END of a test run. Without this, you may be scrolling through pages of results to figure out which files to edit.
The npm package jest-summary-reporter receives a total of 43,901 weekly downloads. As such, jest-summary-reporter popularity was classified as popular.
We found that jest-summary-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.