mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Chore: Fix test import (#45271)
This commit is contained in:
parent
6fb3aac2e1
commit
5f043e6106
@ -3,7 +3,6 @@ import { render, screen, within } from '@testing-library/react';
|
||||
import { Field, GrafanaTheme2, LogLevel, LogRowModel, MutableDataFrame } from '@grafana/data';
|
||||
|
||||
import { LogDetails, Props } from './LogDetails';
|
||||
import { expect } from '../../../../../public/test/lib/common';
|
||||
|
||||
const setup = (propOverrides?: Partial<Props>, rowOverrides?: Partial<LogRowModel>) => {
|
||||
const props: Props = {
|
||||
|
Loading…
Reference in New Issue
Block a user