UNPKG

@nx/jest

Version:

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

8 lines (7 loc) 250 B
import { AggregatedResult } from '@jest/reporters'; export declare const getSummary: (aggregatedResults: AggregatedResult, options?: { currentTestCases?: any; estimatedTime?: number; roundTime?: boolean; width?: number; }) => string;