Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Apr 16, 2021
1 parent fb05e3d commit f3c323f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/material-ui/src/Select/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,8 @@ describe('<Select />', () => {
);

expect(container.getElementsByClassName(classes.icon)[0]).to.toHaveComputedStyle(iconStyle);
expect(container.getElementsByClassName(classes.nativeInput)[0]).to.toHaveComputedStyle(nativeInputStyle);
expect(container.getElementsByClassName(classes.nativeInput)[0]).to.toHaveComputedStyle(
nativeInputStyle,
);
});
});

0 comments on commit f3c323f

Please sign in to comment.