We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cbe0f commit b470988Copy full SHA for b470988
spec/EnableExpressErrorHandler.spec.js
@@ -2,6 +2,7 @@ const request = require('../lib/request');
2
3
describe('Enable express error handler', () => {
4
it('should call the default handler in case of error, like updating a non existing object', async done => {
5
+ spyOn(console, 'error');
6
const parseServer = await reconfigureServer(
7
Object.assign({}, defaultConfiguration, {
8
enableExpressErrorHandler: true,
0 commit comments