Skip to content

Commit b470988

Browse files
committed
Clean test log
1 parent 39cbe0f commit b470988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/EnableExpressErrorHandler.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const request = require('../lib/request');
22

33
describe('Enable express error handler', () => {
44
it('should call the default handler in case of error, like updating a non existing object', async done => {
5+
spyOn(console, 'error');
56
const parseServer = await reconfigureServer(
67
Object.assign({}, defaultConfiguration, {
78
enableExpressErrorHandler: true,

0 commit comments

Comments
 (0)