UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

10 lines 442 B
import { Project } from "@atomist/automation-client/lib/project/Project"; import { PushListenerInvocation } from "../../api/listener/PushListener"; /** * Used for testing * @param {Project} project * @param {Partial<PushListenerInvocation>} pli * @return {PushListenerInvocation} */ export declare function fakePush(project?: Project, pli?: Partial<PushListenerInvocation>): PushListenerInvocation; //# sourceMappingURL=fakePush.d.ts.map