We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b0bda commit 4cc35c4Copy full SHA for 4cc35c4
docs/angular-testing-library/api.mdx
@@ -411,8 +411,8 @@ expect(screen.getByTestId('name-value').textContent).toBe('Sarah')
411
412
### `rerender`
413
414
-Re-render the same component with different props. Input properties that are not
415
-defined are cleared. This calls `detectChanges` after the props are updated.
+Create and render a new instance of the component. Input properties that are not
+defined are cleared. To keep them use [change](#change).
416
417
```typescript
418
const {rerender} = await render(Counter, {
0 commit comments