Skip to content

Commit

Permalink
UITEN-273: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Feb 12, 2024
1 parent fab3bff commit b9fbf11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/settings/Addresses.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const renderAddresses = () => {
};

describe('Addresses', () => {
beforeEach(() => {
jest.useFakeTimers();
});

it('should render addresses titles', async () => {
renderAddresses();

Expand Down

0 comments on commit b9fbf11

Please sign in to comment.