From a162634ddb1a25dfb38b45e146c499c6baffae9f Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Tue, 10 Sep 2024 12:09:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20remove=20obsolete=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/scatterCharts/ScatterPlotChart.test.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.test.ts b/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.test.ts index 76a885c5c4b..c93c6cecbb4 100755 --- a/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.test.ts +++ b/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.test.ts @@ -618,19 +618,6 @@ describe("series transformations", () => { expect(ukSeries.points.map((p) => p.timeValue)).toEqual([2001, 2004]) }) - it("hides entities without full time span", () => { - const chart = new ScatterPlotChart({ - manager: { - ...manager, - startTime: 2000, - endTime: 2003, - }, - }) - // Because of the assumption that the timeline filter is applied, - // only Germany can be visible in this case. - expect(chart.series.map((s) => s.seriesName)).toEqual(["Germany"]) - }) - it("calculates average annual change", () => { const chart = new ScatterPlotChart({ manager: {