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

Commit

Permalink
Adds closeModal to test baseProps
Browse files Browse the repository at this point in the history
  • Loading branch information
shred86 committed Apr 15, 2020
1 parent 1bab0ef commit ff3b670
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit ff3b670

Please sign in to comment.