mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Fixed unit test
This commit is contained in:
parent
443e8d8daa
commit
7cec383470
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user