react/packages/internal-test-utils
Sebastian Markbåge 21272a680f
Lower case "rsc stream" debug info (#34921)
This is an aesthetic thing. Most simple I/O entries are things like
"script", "stylesheet", "fetch" etc. which are all a single word and
lower case. The "RSC stream" name sticks out and draws unnecessary
attention to itself where as it's really the least interesting to look
at.

I don't love the name because I'm not sure how to explain it. It's
really mainly the byte size of the payload itself without considering
things like server awaits things which will have their own cause. So I'm
trying to communicate the download size of the stream of downloading the
`.rsc` file or the `"rsc stream"`.
2025-10-20 02:42:38 -04:00
..
__tests__ Fail tests if unasserted console calls contain undefined (#34191) 2025-08-13 08:48:04 +02:00
consoleMock.js Fail tests if unasserted console calls contain undefined (#34191) 2025-08-13 08:48:04 +02:00
debugInfo.js Lower case "rsc stream" debug info (#34921) 2025-10-20 02:42:38 -04:00
enqueueTask.js Update Flow to 0.265 (#34270) 2025-08-22 15:22:22 -04:00
index.js New internal testing helpers: waitFor, waitForAll, waitForPaint (#26285) 2023-03-02 21:58:11 -05:00
internalAct.js Unify serverAct helpers (#33327) 2025-05-21 16:13:54 -04:00
package.json New internal testing helpers: waitFor, waitForAll, waitForPaint (#26285) 2023-03-02 21:58:11 -05:00
ReactInternalTestUtils.js Move getDebugInfo test util function to internal-test-utils (#34523) 2025-09-18 21:32:36 +02:00
ReactJSDOM.js Client render dehydrated Suspense boundaries on document load (#31620) 2024-12-03 13:13:35 -08:00
ReactJSDOMUtils.js Client render dehydrated Suspense boundaries on document load (#31620) 2024-12-03 13:13:35 -08:00
shouldIgnoreConsoleError.js Badge Environment Name on Thrown Errors from the Server (#29846) 2024-06-26 13:27:26 -04:00
shouldIgnoreConsoleWarn.js warn -> error for Test Renderer deprecation (#28904) 2024-04-24 14:54:39 -04:00
simulateBrowserEventDispatch.js Add simulateEventDispatch to test ReactDOMEventListener (#28079) 2024-02-08 16:06:03 -05:00