stryker
Version:
The extendable JavaScript mutation testing framework
20 lines • 737 B
TypeScript
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