Skip to content

Commit

Permalink
Merge branch 'danielle/635-bug-homepage-flickers-as-it-checks-authent…
Browse files Browse the repository at this point in the history
…ication' of https://github.com/LetsGetTechnical/gridiron-survivor into danielle/635-bug-homepage-flickers-as-it-checks-authentication
  • Loading branch information
Danielle254 committed Nov 19, 2024
2 parents 8fdd560 + 519c721 commit b086538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/login/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface MockUseAuthContext {
login: jest.Mock;
}

let mockUseAuthContext: MockUseAuthContext = {
const mockUseAuthContext: MockUseAuthContext = {
getUser,
isSignedIn: false,
login: mockLogin,
Expand Down

0 comments on commit b086538

Please sign in to comment.