Skip to content

Commit

Permalink
Fix test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Aug 6, 2024
1 parent dd4b730 commit b07f196
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/app/src/cli/services/context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,11 @@ api_version = "2023-04"
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -765,11 +765,11 @@ api_version = "2023-04"
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using these settings:',
})
Expand Down Expand Up @@ -1268,11 +1268,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -1315,11 +1315,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -1367,11 +1367,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -1419,11 +1419,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -1465,11 +1465,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down Expand Up @@ -1509,11 +1509,11 @@ describe('ensureDeployContext', () => {
},
},
'\n',
'You can pass',
'You can pass ',
{
command: '--reset',
},
'to your command to reset your app configuration.',
' to your command to reset your app configuration.',
],
headline: 'Using shopify.app.toml:',
})
Expand Down

0 comments on commit b07f196

Please sign in to comment.