UNPKG

379 BTypeScriptView Raw
1import { AutomationContextAware, HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
2/**
3 * Convenient function to allow creating fake contexts.
4 * Useful for testing
5 * @param {string} workspaceId
6 * @return {any}
7 */
8export declare function fakeContext(workspaceId?: string): HandlerContext & AutomationContextAware;
9//# sourceMappingURL=fakeContext.d.ts.map
\No newline at end of file