Discussions
Testing
about 10 years ago by Fabian Börner
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.