UNPKG

499 BTypeScriptView Raw
1import type { AggregatedResult } from '@jest/test-result';
2/**
3 * Verifies that coverage is reported for all files and, if not, will return an error message
4 * @param results The jest test run result
5 * @param fileNamesWithMutantCoverage the file names for which coverage was reported
6 */
7export declare function verifyAllTestFilesHaveCoverage(results: AggregatedResult, fileNamesWithMutantCoverage: Set<string>): string | undefined;
8//# sourceMappingURL=verify-all-test-files-have-coverage.d.ts.map
\No newline at end of file