Commit ed524df
committed
[Test] Update
Updates the `flushSync` tests to use react-dom instead of ReactNoop.
flushSync is primarily a react-dom API and asserting the implementation
of ReactNoop is not really ideal especially since we are going to be
refactoring flushSync soon to not be implemented in the reconciler
internals.
ReactNoop still have a flushSync api and it can still be used in other
tests that are primarily about testing other functionlity and use
ReactNoop as the renderer.
DiffTrain build for commit 0ae2b13.flushSync tests to use react-dom (#28490)1 parent 73fd2ce commit ed524df
File tree
7 files changed
+9
-9
lines changed- compiled-rn/facebook-fbsource/xplat/js
- RKJSModules/vendor
- react-test-renderer/cjs
- react/cjs
- react-native-github/Libraries/Renderer
7 files changed
+9
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25733 | 25733 | | |
25734 | 25734 | | |
25735 | 25735 | | |
25736 | | - | |
| 25736 | + | |
25737 | 25737 | | |
25738 | 25738 | | |
25739 | 25739 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9173 | 9173 | | |
9174 | 9174 | | |
9175 | 9175 | | |
9176 | | - | |
| 9176 | + | |
9177 | 9177 | | |
9178 | 9178 | | |
9179 | 9179 | | |
| |||
9204 | 9204 | | |
9205 | 9205 | | |
9206 | 9206 | | |
9207 | | - | |
| 9207 | + | |
9208 | 9208 | | |
9209 | 9209 | | |
9210 | 9210 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9601 | 9601 | | |
9602 | 9602 | | |
9603 | 9603 | | |
9604 | | - | |
| 9604 | + | |
9605 | 9605 | | |
9606 | 9606 | | |
9607 | 9607 | | |
| |||
9632 | 9632 | | |
9633 | 9633 | | |
9634 | 9634 | | |
9635 | | - | |
| 9635 | + | |
9636 | 9636 | | |
9637 | 9637 | | |
9638 | 9638 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments