Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: switch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Mar 28, 2022
1 parent 7ac42da commit 716506c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/footer/__tests__/bottom.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("Footer - Bottom", () => {
commitHash="main"
repositoryUrl="https://github.com/SocialGouv/template"
links={[{ href: "/", title: "Yo" }]}
hasSwitchMode={false}
/>
);
expect(screen.getByText(/Version/i)).toHaveTextContent(version);
Expand Down

0 comments on commit 716506c

Please sign in to comment.