make it clear it is exported for testing
This commit is contained in:
+1
-1
@@ -33,7 +33,6 @@ exports = module.exports = {
|
||||
|
||||
getMailboxCount,
|
||||
listMailboxes,
|
||||
removeMailboxes,
|
||||
getMailbox,
|
||||
addMailbox,
|
||||
updateMailboxOwner,
|
||||
@@ -49,6 +48,7 @@ exports = module.exports = {
|
||||
removeList,
|
||||
resolveList,
|
||||
|
||||
_removeMailboxes: removeMailboxes,
|
||||
_readDkimPublicKeySync: readDkimPublicKeySync
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user