Skip to content

Commit ada42e8

Browse files
eps1lonAndyPengc12
authored andcommitted
Annotate legacy mode tests in ReactDOMInput (facebook#28333)
1 parent 0a56dc4 commit ada42e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMInput-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ describe('ReactDOMInput', () => {
17071707
assertInputTrackingIsCurrent(container);
17081708
});
17091709

1710-
it('should control radio buttons if the tree updates during render', () => {
1710+
it('should control radio buttons if the tree updates during render in legacy mode', async () => {
17111711
container.remove();
17121712
container = document.createElement('div');
17131713
document.body.appendChild(container);

0 commit comments

Comments
 (0)