Skip to content

Commit

Permalink
🔨 fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Nov 21, 2024
1 parent a1a5928 commit 8c1a77d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ describe("colors & legend", () => {
[2, "Canada", "", 2000, 1, 1, "North America", null],
[3, "China", "", 2000, 1, null, "Asia", null],
[4, "Australia", "", 2000, 1, 1, "Oceania", null],
[5, "Antarctica", "", 2000, null, null, "Antarctica", null],
[6, "Chile", "", 2000, 1, 1, "South America", null],
[7, "Nigeria", "", 2000, 1, 1, "Africa", null],
],
Expand Down Expand Up @@ -507,7 +506,6 @@ describe("colors & legend", () => {
Canada: "North America",
China: "Asia",
Australia: "Oceania",
Antarctica: "Antarctica",
Chile: "South America",
Nigeria: "Africa",
}
Expand All @@ -531,7 +529,6 @@ describe("colors & legend", () => {
it("legend contains every continent for which there is data (before timeline filter)", () => {
expect(chart.legendItems.map((item) => item.label).sort()).toEqual([
"Africa",
"Antarctica",
"Europe",
"North America",
"Oceania",
Expand Down

0 comments on commit 8c1a77d

Please sign in to comment.