@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
8 lines • 499 B
TypeScript
import type { AggregatedResult } from '@jest/test-result';
/**
* Verifies that coverage is reported for all files and, if not, will return an error message
* @param results The jest test run result
* @param fileNamesWithMutantCoverage the file names for which coverage was reported
*/
export declare function verifyAllTestFilesHaveCoverage(results: AggregatedResult, fileNamesWithMutantCoverage: Set<string>): string | undefined;
//# sourceMappingURL=verify-all-test-files-have-coverage.d.ts.map