Skip to content

Commit

Permalink
UITEN-273: fix Adresses.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Feb 12, 2024
1 parent 7d1beb0 commit 6cb287e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/settings/Addresses.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import Addresses from './Addresses';

const STRIPES = buildStripes();

jest.useFakeTimers();

const mutatorPostMock = jest.fn(() => Promise.resolve());

const mutatorPutMock = jest.fn(() => Promise.resolve());
Expand Down

0 comments on commit 6cb287e

Please sign in to comment.