Discussions

Ask a Question
Back to All

Testing

How im able to implement JSData into test, have a wrapper function thats depending on DS.find to acctually get some objects.

But as i execute it with an $httpBackend.expectGET('xxx').respond({'someobjectkey': 'someobjectvalue'});

JS data doesnt seem to execute anything on $http in this case.