mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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 { ResultProcessor } from './ResultProcessor';
|
||||||
import { ExploreItemState, ExploreMode } from 'app/types/explore';
|
import { ExploreItemState, ExploreMode } from 'app/types/explore';
|
||||||
import TableModel from 'app/core/table_model';
|
import TableModel from 'app/core/table_model';
|
||||||
import {
|
import { TimeSeries, LogRowModel, LogsMetaItem, GraphSeriesXY, toDataFrame, FieldType } from '@grafana/data';
|
||||||
TimeSeries,
|
|
||||||
LogRowModel,
|
|
||||||
LogsMetaItem,
|
|
||||||
GraphSeriesXY,
|
|
||||||
MutableDataFrame,
|
|
||||||
toDataFrame,
|
|
||||||
FieldType,
|
|
||||||
} from '@grafana/data';
|
|
||||||
|
|
||||||
const testContext = (options: any = {}) => {
|
const testContext = (options: any = {}) => {
|
||||||
const timeSeries = toDataFrame({
|
const timeSeries = toDataFrame({
|
||||||
|
Loading…
Reference in New Issue
Block a user