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
Hi @tomastrajan, I would like to migrate some components to use . https://material.angular.io/guide/using-component-harnesses Angular Material Component Test Harness
It would be great to migrate tests to use new Angular Material Component Test Harness in the unit tests.
The migration should be mostly mechanical as it's basically replacing ad-hoc selectors with the selectors provided by the
@angular/cdk
.Test can be run in watch mode using
npm run watch
...The text was updated successfully, but these errors were encountered: