diff --git a/projects/testing-library/src/lib/models.ts b/projects/testing-library/src/lib/models.ts index 7798931..3580a0b 100644 --- a/projects/testing-library/src/lib/models.ts +++ b/projects/testing-library/src/lib/models.ts @@ -73,7 +73,7 @@ export interface RenderResult extend change: (changedProperties: Partial) => void; /** * @deprecated - * 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} * * @description * Keeps the current fixture intact, update the @Input properties and invoke ngOnChanges with the updated properties.