Chore: Fix test import (#45271)

This commit is contained in:
Hugo Häggmark
2022-02-11 11:24:27 +01:00
committed by GitHub
parent 6fb3aac2e1
commit 5f043e6106

View File

@@ -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 = {