1 | import { JestRunResult } from '../jest-run-result.js';
|
2 | import { JestWrapper } from '../utils/jest-wrapper.js';
|
3 | import { JestTestAdapter, RunSettings } from './jest-test-adapter.js';
|
4 | export 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 |