Skip to content

Commit fdea36b

Browse files
committed
remove gate now that legacy roots no longer use resource behavior
1 parent ca5d58f commit fdea36b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,6 @@ describe('ReactDOMComponent', () => {
15021502
}
15031503
});
15041504

1505-
// @gate !enableFloat
15061505
it('should receive a load event on <link> elements', () => {
15071506
const container = document.createElement('div');
15081507
const onLoad = jest.fn();
@@ -1521,7 +1520,6 @@ describe('ReactDOMComponent', () => {
15211520
expect(onLoad).toHaveBeenCalledTimes(1);
15221521
});
15231522

1524-
// @gate !enableFloat
15251523
it('should receive an error event on <link> elements', () => {
15261524
const container = document.createElement('div');
15271525
const onError = jest.fn();

0 commit comments

Comments
 (0)