We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af496 commit 4a60845Copy full SHA for 4a60845
package.json
@@ -36,7 +36,7 @@
36
"cf-errors": "^0.1.12",
37
"chalk": "^4.1.0",
38
"cli-progress": "3.6.0",
39
- "codefresh-sdk": "^1.9.15",
+ "codefresh-sdk": "^1.9.19",
40
"colors": "^1.1.2",
41
"columnify": "^1.5.4",
42
"compare-versions": "^3.4.0",
test-setup.js
@@ -6,6 +6,7 @@ const openapi = require('./openapi');
6
7
jest.mock('./lib/output/Output');
8
jest.mock('codefresh-sdk/helpers/whoami');
9
+jest.mock('request-promise', () => (() => ({ options: { request: {} } })));
10
11
let SDK_CONFIGURED;
12
0 commit comments