Skip to content

Commit

Permalink
test(preview): update message snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Feb 17, 2023
1 parent feb07b6 commit 6cdfe3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/actions/preview.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ describe(createSummary, () => {

describe('mutliple update groups', () => {
it('returns expected message for both platforms', () => {
expect(createSummary(fakeUpdatesMultiple, getVariables(fakeExpoConfig, fakeUpdatesMultiple))).toMatchInlineSnapshot(`
expect(createSummary(fakeUpdatesMultiple, getVariables(fakeExpoConfig, fakeUpdatesMultiple)))
.toMatchInlineSnapshot(`
"🚀 Expo preview is ready!
- Project → **fake-project**
Expand Down

0 comments on commit 6cdfe3b

Please sign in to comment.