We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444b3ec commit b318247Copy full SHA for b318247
projects/testing-library/src/lib/models.ts
@@ -65,7 +65,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
65
) => Promise<void>;
66
/**
67
* @deprecated
68
- * Use rerender instead and pass in all 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}
69
*
70
* @description
71
* Keeps the current fixture intact and invokes ngOnChanges with the updated properties.
0 commit comments