1 | import { Logger } from '@stryker-mutator/api/logging';
|
2 | import { StrykerOptions } from '@stryker-mutator/api/core';
|
3 | import { Injector } from '@stryker-mutator/api/plugin';
|
4 | import { JestPluginContext } from '../plugin-di.js';
|
5 | import { JestWrapper } from '../utils/jest-wrapper.js';
|
6 | import { JestLessThan25TestAdapter } from './jest-less-than-25-adapter.js';
|
7 | import { JestGreaterThan25TestAdapter } from './jest-greater-than-25-adapter.js';
|
8 | export declare function jestTestAdapterFactory(log: Logger, jestWrapper: JestWrapper, options: StrykerOptions, injector: Injector<JestPluginContext>): JestGreaterThan25TestAdapter | JestLessThan25TestAdapter;
|
9 | export declare namespace jestTestAdapterFactory {
|
10 | var inject: ["logger", "jestWrapper", "options", "$injector"];
|
11 | }
|
12 |
|
\ | No newline at end of file |