Fix DevTools regression tests (#34696)
Sebastian "Sebbie" Silbermann committed
Oct 2, 2025 at 21:52 UTC
df3562dc7f4ac7a5e60e76e8fec285890ef60639
1 file changed
+2
packages/react-devtools-shared/src/__tests__/preprocessData-test.js
+2
@@ -850,6 +850,7 @@ describe('Timeline profiler', () => {
850
`);
851
});
852
853
+ // @reactVersion >= 19.1
854
// @reactVersion < 19.2
855
it('should process a sample createRoot render sequence', async () => {
856
function App() {
@@ -2158,6 +2159,7 @@ describe('Timeline profiler', () => {
2159
`);
2160
});
2161
2162
+ // @reactVersion >= 19.1
2163
// @reactVersion < 19.2
2164
it('should process a sample createRoot render sequence', async () => {
2165
function App() {