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
ngx-speculoos now allows running test in automatic mode. In this mode,
instead of imperatively triggering a change detection, you await the stability
and thus let Angular decide if a CD is necessary or not.
See the "Upgrading to v13" section of the README for details.
ngx-speculoos is now based on Angular 19.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos
Features
provide a way to run tests in automatic mode (758ff9c)