We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b318247 commit 5f42708Copy full SHA for 5f42708
projects/testing-library/src/lib/models.ts
@@ -73,7 +73,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
73
change: (changedProperties: Partial<ComponentType>) => void;
74
/**
75
* @deprecated
76
- * Use rerender instead and pass in all input properties you don't want to change unchanged again.
+ * Use rerender instead. For more info see {@link https://github.com/testing-library/angular-testing-library/issues/365 GitHub Issue}
77
*
78
* @description
79
* Keeps the current fixture intact, update the @Input properties and invoke ngOnChanges with the updated properties.
0 commit comments