Skip to content

Commit 07e9652

Browse files
committed
updated deploy test
1 parent 4304c3b commit 07e9652

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/app/src/cli/services/deploy.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,18 @@ describe('deploy', () => {
653653
"• Commit to source control to ensure your extension IDs aren't regenerated on the next deploy.",
654654
],
655655
},
656+
{
657+
title: 'Reference',
658+
body: [
659+
'• ',
660+
{
661+
link: {
662+
label: 'Migrating from the Partner Dashboard',
663+
url: 'https://shopify.dev/docs/apps/build/dev-dashboard/migrate-from-partners',
664+
},
665+
},
666+
],
667+
},
656668
],
657669
})
658670
})

0 commit comments

Comments
 (0)