UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

14 lines 681 B
import { Checker, CheckResult } from '@stryker-mutator/api/check'; import { Mutant } from '@stryker-mutator/api/core'; import { PluginKind } from '@stryker-mutator/api/plugin'; export declare class TwoTimesTheCharm implements Checker { static COUNTER_FILE: string; init(): Promise<void>; check(mutants: Mutant[]): Promise<Record<string, CheckResult>>; } export declare class VerifyTitle implements Checker { init(): Promise<void>; check([mutant]: Mutant[]): Promise<Record<string, CheckResult>>; } export declare const strykerPlugins: import("@stryker-mutator/api/plugin").ClassPlugin<PluginKind.Checker, []>[]; //# sourceMappingURL=additional-checkers.d.ts.map