Skip to content

Commit

Permalink
Fix BaseList unit tests [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Feb 21, 2025
1 parent 4d2a659 commit e27694e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/test/unit/components/resources/base-list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('BaseList', () => {
viewFacade = {
isInExtendedSearchMode: jest.fn(),
navigationPathNotifications: jest.fn().mockReturnValue({ subscribe: () => {} }),
populateDocumentsNotifications: jest.fn().mockReturnValue({ subscribe: () => {} }),
getNavigationPath: jest.fn().mockReturnValue({}),
isInOverview: jest.fn().mockReturnValue(true),
getSelectedOperations: jest.fn().mockReturnValue([]),
Expand Down

0 comments on commit e27694e

Please sign in to comment.