Skip to content

Commit dc90680

Browse files
authored
Update ReactBrowserEventEmitter-test.internal.js
1 parent 99a4e38 commit dc90680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactBrowserEventEmitter-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('ReactBrowserEventEmitter', () => {
8989
<div ref={c => (GRANDPARENT = c)} {...GRANDPARENT_PROPS}>
9090
<div ref={c => (PARENT = c)} {...PARENT_PROPS}>
9191
<ChildWrapper {...CHILD_PROPS} />
92-
<button disabled ref={ c => (BUTTON = c)} {...BUTTON_PROPS}></button>
92+
<button disabled ref={c => (BUTTON = c)} {...BUTTON_PROPS}></button>
9393
</div>
9494
</div>,
9595
container,

0 commit comments

Comments
 (0)