mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Convert VirtualizedTraceView.test.tsx to RTL (#61589)
* Chore: Convert VirtualizedTraceView.test.tsx to RTL * Don't need to change shared component Co-authored-by: André Pereira <adrapereira@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import { styleMixins, useStyles2 } from '../../themes';
|
||||
import { getFocusStyles, getMouseFocusStyles } from '../../themes/mixins';
|
||||
import { getPropertiesForVariant } from '../Button';
|
||||
import { Icon } from '../Icon/Icon';
|
||||
import { Tooltip } from '../Tooltip/Tooltip';
|
||||
import { Tooltip } from '../Tooltip';
|
||||
|
||||
type CommonProps = {
|
||||
/** Icon name */
|
||||
|
||||
Reference in New Issue
Block a user