describe('The NotFoundError', () => {
  describe('constructor', () => {
    it('should set message and httpStatus', () => {
      const error = new NotFoundError('oops');