Skip to content

Commit 29e7cbb

Browse files
committed
fix tests
1 parent 6f723a4 commit 29e7cbb

File tree

1 file changed

+1
-0
lines changed
  • packages/plugin-flex/src/__tests__/commands/flex/plugins

1 file changed

+1
-0
lines changed

packages/plugin-flex/src/__tests__/commands/flex/plugins/deploy.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ describe('Commands/FlexPluginsDeploy', () => {
7777

7878
const cmd = await createTest(FlexPluginsDeploy)('--changelog', defaultChangelog, ...args);
7979

80+
jest.spyOn(cmd, 'checkForUpdate').mockReturnThis();
8081
jest.spyOn(cmd, 'builderVersion', 'get').mockReturnValue(4);
8182
jest.spyOn(cmd, 'isPluginFolder').mockReturnValue(true);
8283
jest.spyOn(cmd, 'doRun').mockReturnThis();

0 commit comments

Comments
 (0)