Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Jul 24, 2024
1 parent 49ea16b commit 14eb38b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/OptionsListUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ import waitForBatchedUpdates from '../utils/waitForBatchedUpdates';

type PersonalDetailsList = Record<string, PersonalDetails & ReportUtils.OptionData>;

jest.mock('@src/libs/actions/Timing', () => {
return {
start: jest.fn(),
end: jest.fn(),
};
});

describe('OptionsListUtils', () => {
// Given a set of reports with both single participants and multiple participants some pinned and some not
const REPORTS: OnyxCollection<Report> = {
Expand Down

0 comments on commit 14eb38b

Please sign in to comment.