Skip to content
Snippets Groups Projects
Commit 2063d6c4 authored by Fry, Janell's avatar Fry, Janell
Browse files

IOW-307 Codacy fixes.

parent ed1e09de
No related branches found
No related tags found
No related merge requests found
import {select, selectAll} from 'd3-selection';
import {drawSimpleLegend, drawTimeSeriesLegend} from '../legend';
import {lineMarker, rectangleMarker, textOnlyMarker} from "../../../d3-rendering/markers";
import {lineMarker, rectangleMarker, textOnlyMarker} from '../../../d3-rendering/markers';
import {getLegendMarkerRows} from './legend-data';
import {configureStore} from "../../../store";
import {configureStore} from '../../../store';
describe('DV: Legend module', () => {
......@@ -123,7 +123,7 @@ describe('DV: Legend module', () => {
observationsData: {
...TEST_STATE.observationsData,
timeSeries: {}
},
}
};
expect(getLegendMarkerRows(newData)).toEqual([]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment