Skip to content

Commit 50aea3a

Browse files
Add import extensions functionality on deploy
1 parent 42176fc commit 50aea3a

File tree

9 files changed

+564
-39
lines changed

9 files changed

+564
-39
lines changed

packages/app/src/cli/models/app/app.test-data.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,7 @@ export function testDeveloperPlatformClient(stubs: Partial<DeveloperPlatformClie
14231423
supportsStoreSearch: false,
14241424
organizationSource: OrganizationSource.BusinessPlatform,
14251425
bundleFormat: 'zip',
1426+
supportsDashboardManagedExtensions: true,
14261427
session: () => Promise.resolve(testPartnersUserSession),
14271428
unsafeRefreshToken: () => Promise.resolve(testPartnersUserSession.token),
14281429
accountInfo: () => Promise.resolve(testPartnersUserSession.accountInfo),
@@ -1511,6 +1512,7 @@ export function testDeveloperPlatformClient(stubs: Partial<DeveloperPlatformClie
15111512
| 'supportsStoreSearch'
15121513
| 'organizationSource'
15131514
| 'bundleFormat'
1515+
| 'supportsDashboardManagedExtensions'
15141516
>
15151517
] = vi.fn().mockImplementation(value)
15161518
}

0 commit comments

Comments
 (0)