From 5f42708c3a08ae9d6f129b8c439a04da112bd77f Mon Sep 17 00:00:00 2001 From: Torsten Knauf Date: Tue, 21 Feb 2023 21:26:54 +0100 Subject: [PATCH] Update projects/testing-library/src/lib/models.ts Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- projects/testing-library/src/lib/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.