Fix tests

This commit is contained in:
Girish Ramakrishnan
2019-03-02 19:23:39 -08:00
parent 598a9664a7
commit ea30cbe117
3 changed files with 6 additions and 13 deletions

View File

@@ -15,7 +15,10 @@ exports = module.exports = {
ALERT_MAIL_STATUS: 'mailStatus',
ALERT_REBOOT: 'reboot',
alert: alert
alert: alert,
// exported for testing
_add: add
};
let assert = require('assert'),