Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Jan 27, 2025
1 parent d7f58a7 commit 4c980b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/signout/sign-out.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type NavExports = typeof import('src/libs/nav');
jest.mock('src/libs/nav', (): NavExports => {
return {
...jest.requireActual<NavExports>('src/libs/nav'),
getLink: jest.fn().mockReturnValue({ name: 'signout-callback', query: {} }),
getPath: jest.fn().mockReturnValue('/signout'),
goToPath: jest.fn(),
getWindowOrigin: jest.fn(),
getCurrentRoute: jest.fn().mockReturnValue(currentRoute),
Expand Down

0 comments on commit 4c980b5

Please sign in to comment.