Commit 7cec3834 by Torkel Ödegaard

Fixed unit test

parent 443e8d8d
......@@ -16,15 +16,7 @@ jest.mock('@grafana/data/src/utils/moment_wrapper', () => ({
import { ResultProcessor } from './ResultProcessor';
import { ExploreItemState, ExploreMode } from 'app/types/explore';
import TableModel from 'app/core/table_model';
import {
TimeSeries,
LogRowModel,
LogsMetaItem,
GraphSeriesXY,
MutableDataFrame,
toDataFrame,
FieldType,
} from '@grafana/data';
import { TimeSeries, LogRowModel, LogsMetaItem, GraphSeriesXY, toDataFrame, FieldType } from '@grafana/data';
const testContext = (options: any = {}) => {
const timeSeries = toDataFrame({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment