Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 547 Bytes

A vitest reporter that prints a summary of failed tests

CleanShot 2024-03-20 at 10  48 17@2x


import { failedSummary } from "vitest-failed-summary-reporter";

Most useful when combined with another reporter as this only prints failed tests CleanShot 2024-03-20 at 10  51 09@2x