Skip to content

Commit

Permalink
Adapt ButtonBase test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 27, 2024
1 parent 5f83922 commit 0c5e275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/ButtonBase/ButtonBase.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ describe('<ButtonBase />', () => {

it('should be able to focus visible the button', async () => {
/**
* @type {React.RefObject<import('./ButtonBase').ButtonBaseActions>}
* @type {React.RefObject<import('./ButtonBase').ButtonBaseActions | null>}
*/
const buttonActionsRef = React.createRef();
const { getByText } = render(
Expand Down

0 comments on commit 0c5e275

Please sign in to comment.