Skip to content

Commit 4968adc

Browse files
Update docs/angular-testing-library/api.mdx
1 parent 16b4417 commit 4968adc

File tree

1 file changed

+1
-1
lines changed
  • docs/angular-testing-library

1 file changed

+1
-1
lines changed

docs/angular-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ await rerender({componentInputs: {count: 7}, partialUpdate: true})
424424
425425
// count is updated to 7
426426
expect(screen.getByTestId('count-value').textContent).toBe('7')
427-
// name is rendered because of the partial update
427+
// name is still rendered as "Sarah" because of the partial update
428428
expect(screen.getByTestId('name-value').textContent).toBe('Sarah')
429429
```
430430

0 commit comments

Comments
 (0)