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 6f723a4 commit 29e7cbbCopy full SHA for 29e7cbb
packages/plugin-flex/src/__tests__/commands/flex/plugins/deploy.test.ts
@@ -77,6 +77,7 @@ describe('Commands/FlexPluginsDeploy', () => {
77
78
const cmd = await createTest(FlexPluginsDeploy)('--changelog', defaultChangelog, ...args);
79
80
+ jest.spyOn(cmd, 'checkForUpdate').mockReturnThis();
81
jest.spyOn(cmd, 'builderVersion', 'get').mockReturnValue(4);
82
jest.spyOn(cmd, 'isPluginFolder').mockReturnValue(true);
83
jest.spyOn(cmd, 'doRun').mockReturnThis();
0 commit comments