reject
Returns a rejected response with the provided value
http.when('get', '/api/1').reject(new Error());
Returns a rejected response with the provided value
http.when('get', '/api/1').reject(new Error());