Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

[MM-24027] Add profile pop-over when clicking a user in the View/Manage members modals #5302

Merged
merged 12 commits into from
Apr 28, 2020
Prev Previous commit
Next Next commit
Adds closeModal to test baseProps
  • Loading branch information
shred86 committed Apr 15, 2020
commit ff3b670021b22ef397079ddcb879dfb98bd17efa
1 change: 1 addition & 0 deletions components/profile_popover/profile_popover.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('components/ProfilePopover', () => {
getMembershipForCurrentEntities: jest.fn(),
openDirectChannelToUserId: jest.fn(),
openModal: jest.fn(),
closeModal: jest.fn(),
loadBot: jest.fn(),
},
};
Expand Down