UNPKG

@honeybook/jest-stare

Version:

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

10 lines (9 loc) 299 B
import { IJestStareConfig } from "./IJestStareConfig"; import { AggregatedResult } from "@jest/test-result"; export interface ISubstitute { results?: AggregatedResult; rawResults?: string; jestStareConfig?: IJestStareConfig; rawJestStareConfig?: string; globalConfig?: string; }