From c29b3e2433c3c794d256fa4471ae292a4b1e081d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Tue, 8 Oct 2019 10:57:57 +0200 Subject: [PATCH] Chore: Fixes lines that exceeded 150 chars --- .../src/dataframe/processDataFrame.test.ts | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/packages/grafana-data/src/dataframe/processDataFrame.test.ts b/packages/grafana-data/src/dataframe/processDataFrame.test.ts index 47d3780b238..00ae10f2c96 100644 --- a/packages/grafana-data/src/dataframe/processDataFrame.test.ts +++ b/packages/grafana-data/src/dataframe/processDataFrame.test.ts @@ -1,13 +1,13 @@ import { - isDataFrame, - toLegacyResponseData, - isTableData, - toDataFrame, - guessFieldTypes, guessFieldTypeFromValue, + guessFieldTypes, + isDataFrame, + isTableData, sortDataFrame, + toDataFrame, + toLegacyResponseData, } from './processDataFrame'; -import { FieldType, TimeSeries, TableData, DataFrameDTO } from '../types/index'; +import { DataFrameDTO, FieldType, TableData, TimeSeries } from '../types/index'; import { dateTime } from '../datetime/moment_wrapper'; import { MutableDataFrame } from './MutableDataFrame'; @@ -116,8 +116,6 @@ describe('toDataFrame', () => { tags: ['deploy', 'website-01'], description: 'Torkel deployed website', coordinates: { latitude: 12, longitude: 121, level: { depth: 3, coolnes: 'very' } }, - long: - 'asdsaa asdas dasdas dasdasdas asdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa asdasdasdasdasdasdas asd', 'unescaped-content': 'breaking
the
row', }, ], @@ -221,8 +219,6 @@ describe('SerisData backwards compatibility', () => { tags: ['deploy', 'website-01'], description: 'Torkel deployed website', coordinates: { latitude: 12, longitude: 121, level: { depth: 3, coolnes: 'very' } }, - long: - 'asdsaa asdas dasdas dasdasdas asdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa asdasdasdasdasdasdas asd', 'unescaped-content': 'breaking
the
row', }, ],