fixed a couple test that aimed at 0.8
This commit is contained in:
@ -53,7 +53,7 @@ module.exports = function (makeLogger) {
|
||||
expect(function () {
|
||||
// call the event handler
|
||||
exitHandler.call(process);
|
||||
}).to.not.throw();
|
||||
}).to.not.throwError();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user