core-components: avoid logging in HeaderTabs test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -58,6 +58,7 @@ describe('<HeaderTabs />', () => {
|
||||
const TextualBadge = React.forwardRef<HTMLSpanElement>((props, ref) => (
|
||||
<Badge
|
||||
classes={useStyles()}
|
||||
overlap="rectangular"
|
||||
color="secondary"
|
||||
badgeContent="three new alarms"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user