Skip to content

Commit

Permalink
add fake timers
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Feb 4, 2024
1 parent 838f596 commit ec5d558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/BulkEditList/BulkEditList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { CAPABILITIES, IDENTIFIERS, CRITERIA } from '../../constants';

import { BulkEditList } from './BulkEditList';

jest.useFakeTimers();

jest.mock('../BulkEditLogs/BulkEditLogs', () => {
return jest.fn().mockReturnValue('BulkEditLogs');
});
Expand Down

0 comments on commit ec5d558

Please sign in to comment.