UNPKG

574 BTypeScriptView Raw
1import { JestRunResult } from '../jest-run-result.js';
2import { JestWrapper } from '../utils/jest-wrapper.js';
3import { JestTestAdapter, RunSettings } from './jest-test-adapter.js';
4export declare class JestGreaterThan25TestAdapter implements JestTestAdapter {
5 private readonly jestWrapper;
6 static readonly inject: readonly ["jestWrapper"];
7 constructor(jestWrapper: JestWrapper);
8 run({ jestConfig, fileNamesUnderTest, testNamePattern, testLocationInResults }: RunSettings): Promise<JestRunResult>;
9}
10//# sourceMappingURL=jest-greater-than-25-adapter.d.ts.map
\No newline at end of file