Skip to content

Commit b2880a1

Browse files
nickwesselmanclaude
andcommitted
Set appEmbedded: false in test initial status for dev console assertions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e33b565 commit b2880a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/cli/services/dev/ui/components/DevSessionUI.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const initialStatus: DevSessionStatus = {
4040
isReady: true,
4141
previewURL: 'https://shopify.com',
4242
graphiqlURL: 'https://graphiql.shopify.com',
43+
appEmbedded: false,
4344
}
4445

4546
const onAbort = vi.fn()

0 commit comments

Comments
 (0)