UNPKG

morning-builds-core

Version:

Core functionality for Morning Builds

6 lines (5 loc) 131 B
/// <reference types="jest" /> export declare class JiraClient { searchIssues: jest.Mock<{}>; addComment: jest.Mock<{}>; }