Skip to content

Commit

Permalink
fix: snapshots updated
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Mar 12, 2024
1 parent fafad6e commit 4d791bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions __tests__/__snapshots__/Settings.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1245,6 +1246,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1300,6 +1302,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1322,6 +1325,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1377,6 +1381,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1399,6 +1404,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1454,6 +1460,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1476,6 +1483,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1531,6 +1539,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1553,6 +1562,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1608,6 +1618,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1630,6 +1641,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1685,6 +1697,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1707,6 +1720,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1762,6 +1776,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1784,6 +1799,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down Expand Up @@ -1839,6 +1855,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
"flexDirection": "row",
"marginBottom": 5,
"marginLeft": 20,
"marginRight": 10,
"maxHeight": 50,
"minHeight": 48,
}
Expand All @@ -1861,6 +1878,7 @@ exports[`Component Settings - test Settings - snapshot 1`] = `
pointerEvents="auto"
>
<RNCCheckbox
animationDuration={0.1}
boxType="square"
forwardedRef={null}
onCheckColor="rgb(255, 255, 255)"
Expand Down

0 comments on commit 4d791bf

Please sign in to comment.