UNPKG

@90poe/jest-performant-warnings-stats-reporter

Version:

A flexible jest reporter that provides ability to show statistics of warnings and group them

4 lines (3 loc) 216 B
import { AssertionResult } from '@jest/test-result'; declare const recursiveLogger: (prevTitle: string, testResults: AssertionResult[], resultsIndex: number, titlesIndex: number) => void; export { recursiveLogger };