Skip to content

Commit

Permalink
Merge pull request #3946 from owid/remove-obsolete-scatter-test
Browse files Browse the repository at this point in the history
🔨 remove obsolete test
  • Loading branch information
danyx23 authored Sep 10, 2024
2 parents 2ea2b29 + a162634 commit e8968df
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e8968df

Please sign in to comment.