@beemo/driver-jest
Version:
Jest driver for Beemo.
10 lines • 372 B
TypeScript
import { Driver, Execution } from '@beemo/core';
import { JestConfig } from './types';
export declare class JestDriver extends Driver<JestConfig> {
readonly name = "@beemo/driver-jest";
bootstrap(): void;
getDependencies(): string[];
getSupportedOptions(): string[];
processSuccess(response: Execution): void;
}
//# sourceMappingURL=JestDriver.d.ts.map