Tim Deschryver

Results 249 comments of Tim Deschryver

What version of Angular are you on (you will need v20.x)?

> > What version of Angular are you on (you will need v20.x)? > > I'm on version: 19.1.7. Are you saying this could be fixed by upgrading to v20.x,...

@all-contributors please add @time1043 for docs

What's the error that you're experiencing? The example should be fine because the state only consists of the movies property.

Since we're migrating towards Vitest, we can also make use of the built-in `expectTypeOf`(which uses `expect-type` under the hood) https://vitest.dev/guide/testing-types.html. The only constraint compared to the current tests is that...

I forgot to do this, thanks for bringing this up @SchroederSteffen !

The last issue is the failing snapshot tests. Funny enough, these are green when running all tests, but are red when running the affected test.

> Interesting finding with the new vitest which is default in Angular v21 is how `configureTestingModule` works with non-standalone components: [angular/angular#66007](https://github.com/angular/angular/issues/66007) [angular/angular#65665](https://github.com/angular/angular/issues/65665) > > It means that the current implementation...

I'm working on a new release, feel free to try it out as `@testing-library/angular@beta` and provide some feedback here. If you encounter any issues, please provide a reproduction - or...

> By no means an extensive evaluation, but in my attempt to use it with v21, the main issue I'm hitting is `Uncaught Error: NG0101: ApplicationRef.tick is called recursively thrown`,...