Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Oct 16, 2024
1 parent 0407419 commit b266948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TitleReceive/TitleReceiveContainer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jest.mock('../common/hooks', () => ({
useHoldingsAndLocations: jest.fn().mockReturnValue({ locations: [] }),
useReceive: jest.fn().mockReturnValue({}),
useTitleHydratedPieces: jest.fn(),
useReceivingTenantIdsAndLocations: jest.fn().mockReturnValue({}),
}));
jest.mock('./TitleReceive', () => jest.fn().mockReturnValue('TitleReceive'));

Expand Down

0 comments on commit b266948

Please sign in to comment.