Prettier wants me to change this (#19039)

This commit is contained in:
Sebastian Markbåge 2020-05-28 20:13:56 -07:00 committed by GitHub
parent 2e7cc949ae
commit 8f511754db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);