Skip to content

Commit

Permalink
test: Fix test not passing anymore due to jest upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Nov 23, 2023
1 parent 3b76181 commit bb65472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/defaultRedirection/defaultRedirection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('getOrFetchDefaultRedirectionUrl', () => {
>

beforeAll(() => {
jest.resetAllMocks()
jest.restoreAllMocks()

spyFetchAndSetDefaultRedirectionUrlInBackground = jest
.spyOn(DefaultRedirection, 'fetchAndSetDefaultRedirectionUrlInBackground')
Expand Down

0 comments on commit bb65472

Please sign in to comment.