Skip to content

Commit

Permalink
Merge pull request #17 from Zimbra/zimlets/add-register-tab
Browse files Browse the repository at this point in the history
Zimlets: Add the `registerTab` enhancer to Zimlet shims.
  • Loading branch information
pl12133 authored Jan 9, 2019
2 parents 02ae98e + 6fcfc6d commit 41b4721
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 126 deletions.
3 changes: 2 additions & 1 deletion build-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ mockery.registerMock('@zimbra-client/graphql', {
withContactAction: 1
});
mockery.registerMock('@zimbra-client/enhancers', {
withMediaQuery: 1
withMediaQuery: 1,
registerTab: 1
});
mockery.registerMock('@zimbra-client/constants', {
ATTENDEE_ROLE: 1,
Expand Down
Loading

0 comments on commit 41b4721

Please sign in to comment.