UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
__mocks__
/
jira-promises.d.ts
6 lines
(5 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
//
/ <reference types="jest" /
> export declare
class
JiraClient
{ searchIssues: jest.Mock<{}>; addComment: jest.Mock<{}>; }