Skip to content

Commit

Permalink
Update ReactBrowserEventEmitter-test.internal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoGJ committed Dec 20, 2019
1 parent 99a4e38 commit dc90680
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ describe('ReactBrowserEventEmitter', () => {
<div ref={c => (GRANDPARENT = c)} {...GRANDPARENT_PROPS}>
<div ref={c => (PARENT = c)} {...PARENT_PROPS}>
<ChildWrapper {...CHILD_PROPS} />
<button disabled ref={ c => (BUTTON = c)} {...BUTTON_PROPS}></button>
<button disabled ref={c => (BUTTON = c)} {...BUTTON_PROPS}></button>
</div>
</div>,
container,
Expand Down

0 comments on commit dc90680

Please sign in to comment.