Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Oct 17, 2024
1 parent 0a3ca10 commit e9ee857
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 96 deletions.
Original file line number Diff line number Diff line change
@@ -1,101 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Test Typography Components Body Snapshot 1`] = `
<Text
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
style={
[
{
"fontSize": 16,
"lineHeight": 24,
},
{
"color": "#475A6D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "400",
},
]
}
weight="Regular"
>
Text
</Text>
`;

exports[`Test Typography Components H1 Snapshot 1`] = `
<Text
color="bluegreyDark"
defaultColor="bluegreyDark"
defaultWeight="Bold"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 26,
"lineHeight": 32,
}
}
style={
[
{
"fontSize": 26,
"lineHeight": 32,
},
{
"color": "#17324D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "700",
},
]
}
weight="Bold"
>
Text
</Text>
`;

exports[`Test Typography Components H1 Snapshot 2`] = `
<Text
color="white"
defaultColor="bluegreyDark"
defaultWeight="Bold"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 26,
"lineHeight": 32,
}
}
style={
[
{
"fontSize": 26,
"lineHeight": 32,
},
{
"color": "#FFFFFF",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "700",
},
]
}
weight="Bold"
>
Text
</Text>
`;

exports[`Test Typography Components H2 Snapshot 1`] = `
<Text
color="bluegreyDark"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,19 @@ exports[`PayPalOnboardingCompletedSuccessComponent should match the snapshot 1`]
}
/>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
maxFontSizeMultiplier={1.25}
style={
[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,19 @@ exports[`PspRadioItem match snapshot 1`] = `
}
>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
maxFontSizeMultiplier={1.25}
style={
[
{
Expand Down Expand Up @@ -389,16 +392,19 @@ exports[`PspRadioItem match snapshot 1`] = `
}
>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
maxFontSizeMultiplier={1.25}
style={
[
{
Expand Down

0 comments on commit e9ee857

Please sign in to comment.