UNPKG

252 BTypeScriptView Raw
1import type { Config } from '@jest/types';
2import type { AggregatedResult } from '@jest/test-result';
3export interface JestRunResult {
4 results: AggregatedResult;
5 globalConfig: Config.GlobalConfig;
6}
7//# sourceMappingURL=jest-run-result.d.ts.map
\No newline at end of file