UNPKG
lint-gitlab-ci
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
GitLab-ci script to lint .gitlab-ci.yml files.
gitlab.com/StraightOuttaCrompton/lint-gitlab-ci
lint-gitlab-ci
/
lib
/
framework
/
__mocks__
/
mockEndpoints.d.ts
5 lines
(4 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
import
IApiEndpoints
from
"../IApiEndpoints"
;
export
declare
const
MOCK_ENDPOINT_RESPONSE
=
"MOCK_ENDPOINT_RESPONSE: "
;
declare
const
mockEndpoints
:
IApiEndpoints
;
export
default
mockEndpoints;