Skip to content

Commit

Permalink
Update projects/testing-library/src/lib/models.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
shaman-apprentice and timdeschryver authored Feb 21, 2023
1 parent b318247 commit 5f42708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/testing-library/src/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
change: (changedProperties: Partial<ComponentType>) => 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.
Expand Down

0 comments on commit 5f42708

Please sign in to comment.