I am trying to test an AngularJS service carService, but the $httpBackend does not seem to work.
carService
$httpBackend
//carService angular.module(\'serv
Try this:
expect(response.data.length).toEqual(3);
The response object returned by a $http request has the response data within the data property (docs).
$http
data