Skip to content

Commit

Permalink
chore: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Feb 12, 2024
1 parent 998e414 commit 466413d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editor.planx.uk/src/components/Header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const mockTeam1: Team = {
id: 123,
name: "Open Systems Lab",
slug: "opensystemslab",
integrations: {
hasPlanningData: false,
},
theme: {
logo: "logo.jpg",
primaryColour: "#0010A4",
Expand All @@ -29,6 +32,9 @@ const mockTeam2: Team = {
id: 456,
name: "Closed Systems Lab",
slug: "closedsystemslab",
integrations: {
hasPlanningData: false,
},
theme: {
logo: null,
primaryColour: "#0010A4",
Expand Down

0 comments on commit 466413d

Please sign in to comment.