Skip to content

Commit

Permalink
update snapshots; be careful about undefined: diff on local vs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoile committed Jan 16, 2025
1 parent 46625b3 commit 20f2859
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ exports[`<FormattedDate/> should render with timezone America/Sao_Paulo 1`] = `

exports[`<FormattedDate/> should render with timezone America/Scoresbysund 1`] = `
<Text>
10:01 AM
9:01 AM
</Text>
`;

Expand All @@ -1046,7 +1046,7 @@ exports[`<FormattedDate/> should render with timezone America/Tijuana 1`] = `

exports[`<FormattedDate/> should render with timezone Antarctica/Casey 1`] = `
<Text>
9:01 PM
6:01 PM
</Text>
`;

Expand Down Expand Up @@ -1082,7 +1082,7 @@ exports[`<FormattedDate/> should render with timezone Antarctica/McMurdo 1`] = `

exports[`<FormattedDate/> should render with timezone Antarctica/Vostok 1`] = `
<Text>
4:01 PM
3:01 PM
</Text>
`;

Expand Down Expand Up @@ -1442,6 +1442,6 @@ exports[`<FormattedDate/> should render with timezone Pacific/Fiji 1`] = `

exports[`<FormattedDate/> should render with timezone undefined 1`] = `
<Text>
12:01 PM
10:01 AM
</Text>
`;

0 comments on commit 20f2859

Please sign in to comment.