UNPKG

stryker

Version:
18 lines 657 B
import Preset from './Preset'; import PresetConfiguration from './PresetConfiguration'; /** * More information can be found in the Stryker handbook: * https://github.com/stryker-mutator/stryker-handbook/blob/master/stryker/guides/react.md#react */ export declare class ReactPreset implements Preset { readonly name = "react"; private readonly generalDependencies; private readonly sharedConfig; private readonly tsxDependencies; private readonly tsxConf; private readonly jsxDependencies; private readonly jsxConf; createConfig(): Promise<PresetConfiguration>; private load; } //# sourceMappingURL=ReactPreset.d.ts.map