Skip to content

Commit cc6ce4d

Browse files
committed
Fix DevTools regression tests
1 parent 70b52be commit cc6ce4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-devtools-shared/src/__tests__/preprocessData-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ describe('Timeline profiler', () => {
850850
`);
851851
});
852852

853+
// @reactVersion >= 19.0
853854
// @reactVersion < 19.2
854855
it('should process a sample createRoot render sequence', async () => {
855856
function App() {
@@ -2158,6 +2159,7 @@ describe('Timeline profiler', () => {
21582159
`);
21592160
});
21602161

2162+
// @reactVersion >= 19.0
21612163
// @reactVersion < 19.2
21622164
it('should process a sample createRoot render sequence', async () => {
21632165
function App() {

0 commit comments

Comments
 (0)