dillon1000/react
Commit
Browse files Move renderToString tests out of the streamable API tests (#24724)
ReactDOMFizzServer(Browser/Node)-test file is really meant to just be a very shallow tests of the Browser/Node specific streaming APIs. Most of the general streaming tests are in ReactDOMFizzServer-test instead of testing all streaming related things in each environment. The legacy renderToString APIs are mostly covered by ReactServerRendering-test et al for historical reasons.
Changed paths2 files
First-parent comparisonpackages/react-dom/src/__tests__/ReactDOMFizzServerBrowser-test.js ModifiedM packages/react-dom/src/__tests__/ReactServerRenderingHydration-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…