Skip to content

Commit b318247

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

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
@@ -65,7 +65,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
6565
) => Promise<void>;
6666
/**
6767
* @deprecated
68-
* Use rerender instead and pass in all properties you don't want to change unchanged again.
68+
* Use rerender instead. For more info see {@link https://github.com/testing-library/angular-testing-library/issues/365 GitHub Issue}
6969
*
7070
* @description
7171
* Keeps the current fixture intact and invokes ngOnChanges with the updated properties.

0 commit comments

Comments
 (0)