Skip to content

Commit

Permalink
test: Fix sharing mock
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jan 20, 2025
1 parent 4b2b224 commit ade1c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/AppLike.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const mockSharingContextValue = {
getDocumentPermissions: jest.fn(),
isOwner: jest.fn(),
allLoaded: jest.fn(),
hasSharedParent: jest.fn(),
getSharingLink: jest.fn()
}

Expand Down

0 comments on commit ade1c4a

Please sign in to comment.