UNPKG

jest-stare

Version:

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

6 lines (5 loc) 105 B
export interface IChartData { labels: string[]; backgroundColor: string[]; data: number[]; }