UNPKG

stryker

Version:
20 lines 737 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/vuejs.md#vuejs */ export declare class VueJsPreset implements Preset { readonly name = "vueJs"; private readonly generalDependencies; private readonly jestDependency; private readonly jestConf; private readonly karmaDependency; private readonly karmaConf; createConfig(): Promise<PresetConfiguration>; private getConfigString; private createDependencies; private getScriptDependency; private getTestRunnerDependency; } //# sourceMappingURL=VueJsPreset.d.ts.map