UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
__mocks__
/
bamboo-promises.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
//
/ <reference types="jest" /
> export declare
class
BambooClient
{ fetchFailingBuilds: jest.Mock<{}>; fetchFailingTests: jest.Mock<{}>; fetchLabels: jest.Mock<{}>; fetchComments: jest.Mock<{}>; }