Testing service with ionicmodal

Hi,

Has someone tested service with ionicmodal. I have the error Unknown provider: $ionicModalProvider when I run test (karma,jasmine) So how to inject ionicmodal to service in beforeEach?

Best
ol3j

make sure you have added ionic

beforeEach(function(){
   angular.mock.module('ionic');
});