We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d84110 commit de1778bCopy full SHA for de1778b
projects/testing-library/src/lib/models.ts
@@ -57,7 +57,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
57
* Re-render the same component with different properties.
58
* This creates a new instance of the component.
59
*/
60
- rerender: (rerenderedProperties: Partial<ComponentType>) => void;
+ rerender: (rerenderedProperties: Partial<ComponentType>) => Promise<void>;
61
62
/**
63
* @description
0 commit comments