💥Understanding the Angular fakeAsync Testing Zone

preview_player
Показать описание

In this video, we are going to cover the Angular fakeAsync testing zone. We are going to learn how we can use fakeAsync to test components that internally use asynchronous code which is based on Promises, Observables and asynchronous browser operations such as setTimeout, setInterval, requestAnimationFrame, DOM events, and many other asynchronous operations available in the Javascript runtime.

Check out the Angular University Ebooks:

Check out the PDF E-Books available at the Angular University -

Follow us:

Рекомендации по теме
Комментарии
Автор

After years of avoiding this confusing api, you have made fakeAsync and tick() crystal clear. Thank you!

TheScottShepard
Автор

I love the voice of this tutorial. Anybody know who is this man?

somegotsson
Автор

How to notice deceiving result of test?

magorzatastefanowicz