You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Users are having problems using the async test zone on Angular with RxJS and other libraries. There are a variety of RxJS operators that temporarily setup a setInterval which just throws an exception in the async test zone.
The fix is just to not throw the exception and let the user cancel the timer as required. The test will timeout if they don't cancel the timer since the async test zone will never flag completion with the outstanding timer macro task.
Users are having problems using the async test zone on Angular with RxJS and other libraries. There are a variety of RxJS operators that temporarily setup a setInterval which just throws an exception in the async test zone.
The fix is just to not throw the exception and let the user cancel the timer as required. The test will timeout if they don't cancel the timer since the async test zone will never flag completion with the outstanding timer macro task.