robertIsaac
robertIsaac
@droshev it's the same with the latest version
@droshev no, because of https://github.com/thymikee/jest-preset-angular/issues/3034
interesting, they removed label bug and added label documentation, so it seems it's possible but their documentation is outdated
it does work now, but I needed to mock multiple more things https://github.com/robertIsaac/ui5-jest-reprod/commit/e1d1f4d3bc4504a28cdd9a1adb6450aefd9e3d56 not sure how this will work at a real application, but I will get back to my...
@maksympas no I don't, if I had time this weekend I will take a look into it and find if I can be of help
@dependabot rebase
> Oh, interesting. This seems to be an undocumented, half-implemented feature 😃 > > We should either remove all references altogether or properly implement it. In order to do that,...
this is a blocker for migrating to `viewChild` signals when combined with `{ read: ElementRef }` since you can not specify the type (and I'm not sure actually why) now...
> @robertIsaac In your case you can fix it by specifying both generics defined by `viewChild.required(locator: ProviderToken|string, opts: {read: ProviderToken}): Signal;` : > > ```ts > viewChild.required(MatCard, { read: ElementRef...
hi @JamesHenry first of all thank you so much for completing the work for this but I have a question why in the new project now it doesn't use `tseslint.config`...