UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

13 lines 430 B
import { PushTest } from "../../../api/mapping/PushTest"; export interface SkillConfiguredOptions { hasCommit?: string; hasFile?: string; isBranch?: string; isDefaultBranch?: string; } /** * Push test that tests against some well-known pushTests based on skill * configuration */ export declare function isSkillConfigured(keys?: SkillConfiguredOptions): PushTest; //# sourceMappingURL=isSkillConfigured.d.ts.map