UNPKG

442 BTypeScriptView Raw
1import { Project } from "@atomist/automation-client/lib/project/Project";
2import { PushListenerInvocation } from "../../api/listener/PushListener";
3/**
4 * Used for testing
5 * @param {Project} project
6 * @param {Partial<PushListenerInvocation>} pli
7 * @return {PushListenerInvocation}
8 */
9export declare function fakePush(project?: Project, pli?: Partial<PushListenerInvocation>): PushListenerInvocation;
10//# sourceMappingURL=fakePush.d.ts.map
\No newline at end of file