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
I could help with anything relate with schematics. But I have a question @timdeschryver :
I am seeing the ng-add file and I can see that this schematic is only installing: @testing-library/dom.
Do you need that this schematics install jest-dom and others too?
@Hyperxq correct!
It's only installing @tl/dom because @tl/angular is automatically installed.
With this issue we also want to install the jest-dom package as a dependency.
See title.
If the user wants, it should add
@testing-library/jest-dom
as a dev dependency.The text was updated successfully, but these errors were encountered: