Skip to content

Commit

Permalink
fix(datahub): add mock to home header test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Sep 14, 2023
1 parent 9a36960 commit db74690
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class routerFacadeMock {
class searchFacadeMock {
setFavoritesOnly = jest.fn()
setSortBy = jest.fn()
sortBy$ = new BehaviorSubject(['desc', 'createDate'])
}

class searchServiceMock {
Expand Down

0 comments on commit db74690

Please sign in to comment.