UNPKG

@honeybook/jest-stare

Version:

jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters

6 lines (5 loc) 189 B
import { AggregatedResult } from "@jest/test-result"; export declare class TestSummary { static readonly JOIN_CHAR = "."; static create(results: AggregatedResult): HTMLElement[]; }