Commit 8915341
migrate ProgressBarAndroid from Jest to Fantom (#56302)
Summary:
Pull Request resolved: #56302
Changelog: [Internal]
migrate `ProgressBarAndroid` from Jest to Fantom
Note: AndroidProgressBar does not expose props in the Fantom rendered output, so the test only verifies that the component renders. The old Jest snapshot verified JS-level props via the shallow renderer, but those aren't available through Fantom's native rendering pipeline for this component.
Reviewed By: sammy-SC
Differential Revision: D98998943
fbshipit-source-id: 6c570eaed1639e18cb54e29920c22aa9b93976151 parent 0e65df9 commit 8915341
3 files changed
Lines changed: 31 additions & 48 deletions
File tree
- packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__
- __snapshots__
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js
Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 0 additions & 17 deletions
This file was deleted.
0 commit comments