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