@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
9 lines • 379 B
TypeScript
import { AutomationContextAware, HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
/**
* Convenient function to allow creating fake contexts.
* Useful for testing
* @param {string} workspaceId
* @return {any}
*/
export declare function fakeContext(workspaceId?: string): HandlerContext & AutomationContextAware;
//# sourceMappingURL=fakeContext.d.ts.map