Skip to content

Commit 5f42708

Browse files
Update projects/testing-library/src/lib/models.ts
Co-authored-by: Tim Deschryver <[email protected]>
1 parent b318247 commit 5f42708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/testing-library/src/lib/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
7373
change: (changedProperties: Partial<ComponentType>) => void;
7474
/**
7575
* @deprecated
76-
* Use rerender instead and pass in all input properties you don't want to change unchanged again.
76+
* Use rerender instead. For more info see {@link https://github.com/testing-library/angular-testing-library/issues/365 GitHub Issue}
7777
*
7878
* @description
7979
* Keeps the current fixture intact, update the @Input properties and invoke ngOnChanges with the updated properties.

0 commit comments

Comments
 (0)