| 1 | 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 => { |
nothing calls this directly
no test coverage detected