In the last version of Angular, the $interval service is introduced and should replace calls to setInterval in the application. This have the main effect of being able to mock this service during tests (with angular-mock) and make the application stop changing continuously.
What do you think of providing angular-mock for that purpose ?
In the last version of Angular, the $interval service is introduced and should replace calls to setInterval in the application. This have the main effect of being able to mock this service during tests (with angular-mock) and make the application stop changing continuously.
What do you think of providing angular-mock for that purpose ?