Skip to content

Commit

Permalink
fix: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
UrazAkgultan committed Jul 30, 2024
1 parent 5c9e265 commit 3f3d6b4
Show file tree
Hide file tree
Showing 8 changed files with 643 additions and 4,233 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@testing-library/jest-native": "^5.4.1",
"@testing-library/react-native": "^11.5.1",
"@testing-library/react": "^16.0.0",
"@testing-library/react-native": "^11.5.1",
"@types/big.js": "^6.0.2",
"@types/concurrently": "^6.3.0",
"@types/enzyme": "^3.10.8",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports[`ProgressCircle renders 1`] = `
bbHeight={100}
bbWidth={100}
collapsable={false}
fill="none"
focusable={false}
height={100}
style={
Expand All @@ -39,7 +40,14 @@ exports[`ProgressCircle renders 1`] = `
}
width={100}
>
<RNSVGGroup>
<RNSVGGroup
fill={null}
propList={
[
"fill",
]
}
>
<RNSVGPath
d="M50 2.5
A47.5 47.5 0 0 1 50.00000000000001 97.5"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 3f3d6b4

Please sign in to comment.