Skip to content

Commit

Permalink
Annotate legacy mode tests in ReactDOMInput (#28333)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 20, 2024
1 parent 1deda76 commit a515d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactDOMInput-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ describe('ReactDOMInput', () => {
assertInputTrackingIsCurrent(container);
});

it('should control radio buttons if the tree updates during render', () => {
it('should control radio buttons if the tree updates during render in legacy mode', async () => {
container.remove();
container = document.createElement('div');
document.body.appendChild(container);
Expand Down

0 comments on commit a515d75

Please sign in to comment.