Andrew Scott
Andrew Scott
> Helping users test code that they don't understand is a non-goal. I think most developers, faced with a test that's failing because code in a requestAnimationFrame callback isn't running,...
> But it does mean that I'm looking at feature requests primarily in terms of how they'll work out for non-Angular users, because that's who I think will mainly have...
> Angular fakeAsync tests would just drop pending rAFs (like setIntervals but unlike setTimeouts which get serviced) From your linked documentation: > If a fakeAsync test schedules work on the...
The documentation is accurate and applies only when the library component is a true host, i.e. with `VCR.createComponent`. This is not the case for content projection and passing templates around,...