Skip to content

Commit 077c2ac

Browse files
committed
fix: update test snapshots
1 parent 66c6c63 commit 077c2ac

File tree

8 files changed

+643
-4233
lines changed

8 files changed

+643
-4233
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@commitlint/cli": "^15.0.0",
4646
"@commitlint/config-conventional": "^15.0.0",
4747
"@testing-library/jest-native": "^5.4.1",
48-
"@testing-library/react-native": "^11.5.1",
4948
"@testing-library/react": "^16.0.0",
49+
"@testing-library/react-native": "^11.5.1",
5050
"@types/big.js": "^6.0.2",
5151
"@types/concurrently": "^6.3.0",
5252
"@types/enzyme": "^3.10.8",

packages/pluggableWidgets/feedback-native/src/__tests__/__snapshots__/Feedback.spec.tsx.snap

+72-135
Large diffs are not rendered by default.

packages/pluggableWidgets/progress-circle-native/src/__tests__/__snapshots__/ProgressCircle.spec.tsx.snap

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ exports[`ProgressCircle renders 1`] = `
2121
bbHeight={100}
2222
bbWidth={100}
2323
collapsable={false}
24+
fill="none"
2425
focusable={false}
2526
height={100}
2627
style={
@@ -39,7 +40,14 @@ exports[`ProgressCircle renders 1`] = `
3940
}
4041
width={100}
4142
>
42-
<RNSVGGroup>
43+
<RNSVGGroup
44+
fill={null}
45+
propList={
46+
[
47+
"fill",
48+
]
49+
}
50+
>
4351
<RNSVGPath
4452
d="M50 2.5
4553
A47.5 47.5 0 0 1 50.00000000000001 97.5"

packages/pluggableWidgets/signature-native/src/__tests__/__snapshots__/Signature.android.spec.tsx.snap

-1,796
Large diffs are not rendered by default.

packages/pluggableWidgets/signature-native/src/__tests__/__snapshots__/Signature.ios.spec.tsx.snap

-1,796
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)