UNPKG

@honeybook/jest-stare

Version:

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

5 lines (4 loc) 149 B
import { TestResult } from "@jest/types"; export declare class Test { static create(innerTestResult: TestResult.AssertionResult): HTMLElement; }