1 / 2
A little trick I just learn to make it easier to test a zoneless #Angular (v20) application, is to configure the providersFile to automatically add providers. This is a feature we already had in Angular Testing Library, but it's nice to see that it's built-in now. Bonus: setupFiles is also new
6 likes 0 replies
?