UNPKG

512 BTypeScriptView Raw
1import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
2import { GoalInvocation } from "../../api/goal/GoalInvocation";
3import { SoftwareDeliveryMachineOptions } from "../../api/machine/SoftwareDeliveryMachineOptions";
4/**
5 * Useful testing support
6 * @param {RemoteRepoRef} id
7 * @return {GoalInvocation}
8 */
9export declare function fakeGoalInvocation(id: RemoteRepoRef, options?: SoftwareDeliveryMachineOptions): GoalInvocation;
10//# sourceMappingURL=fakeGoalInvocation.d.ts.map
\No newline at end of file