File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/shims/@zimbra-client/util Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ mockery.registerMock('@zimbra-client/util', {
3030 smimeHandler : 1 ,
3131 isServerSMIMEFeatureAvailable : 1 ,
3232 htmlToText : 1 ,
33- hasBit : 1 ,
34- getAllowedMailItemActions : 1 ,
3533 flattenFolders : 1
3634} ) ;
3735
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ export const zimletEventEmitter = wrap('zimletEventEmitter');
1818export const smimeHandler = wrap ( 'smimeHandler' ) ;
1919export const isServerSMIMEFeatureAvailable = wrap ( 'isServerSMIMEFeatureAvailable' ) ;
2020export const htmlToText = wrap ( 'htmlToText' ) ;
21- export const hasBit = wrap ( 'hasBit' ) ;
22- export const getAllowedMailItemActions = wrap ( 'getAllowedMailItemActions' ) ;
2321export const flattenFolders = wrap ( 'flattenFolders' ) ;
2422
2523export default global . shims [ '@zimbra-client/util' ] ;
You can’t perform that action at this time.
0 commit comments