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.
fakeAsynctests throw the error "Unknown macroTask scheduled in fake async test: setImmediate" when the code under test uses the rxjs Asap Scheduler.Steps to reproduce:
Expected results: test passes
Actual results: test throws "Unknown macroTask scheduled in fake async test: setImmediate"
Found using Angular 5.2.9 and Zone.js 0.8.20