@stryker-mutator/karma-runner
Version:
A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework
16 lines • 661 B
TypeScript
import { LoggerFactoryMethod } from '@stryker-mutator/api/logging';
import type { Config, ConfigOptions } from 'karma';
import { requireResolve } from '@stryker-mutator/util';
export declare const strykerKarmaConfigPath: string;
interface GlobalSettings {
karmaConfig?: ConfigOptions;
karmaConfigFile?: string;
getLogger: LoggerFactoryMethod;
disableBail: boolean;
}
export declare function configureKarma(config: Config, requireFromCwd?: typeof requireResolve): Promise<void>;
export declare namespace configureKarma {
var setGlobals: (globals: Partial<GlobalSettings>) => void;
}
export {};
//# sourceMappingURL=stryker-karma.conf.d.ts.map