Migrated InfoTooltip test to react testing library

This commit is contained in:
Alejandro Celaya
2022-07-08 11:03:58 +02:00
parent 91ee4a32cd
commit 65f739499f
2 changed files with 30 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import { UncontrolledTooltip } from 'reactstrap';
import { Placement } from '@popperjs/core';
import { mutableRefToElementRef } from './helpers/components';
type InfoTooltipProps = PropsWithChildren<{
export type InfoTooltipProps = PropsWithChildren<{
className?: string;
placement: Placement;
}>;