RenderResult
Type Alias: RenderResult
Section titled “Type Alias: RenderResult”type RenderResult = TestInstance & object & { [P in keyof typeof queries]: BoundFunction<typeof queries[P]> };Defined in: pure.ts:32
Type Declaration
Section titled “Type Declaration”userEvent
Section titled “userEvent”userEvent: { [P in keyof UserEvent]: BoundFunction<UserEvent[P]> };