Skip to content

Commit

Permalink
Prettier wants me to change this (facebook#19039)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage authored May 29, 2020
1 parent 2e7cc94 commit 8f51175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ describe('DOMModernPluginEventSystem', () => {

ReactDOM.render(<Test />, container);

let buttonElement = buttonRef.current;
const buttonElement = buttonRef.current;
dispatchClickEvent(buttonElement);
expect(onClick).toHaveBeenCalledTimes(1);
dispatchClickEvent(buttonElement);

0 comments on commit 8f51175

Please sign in to comment.