We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b2b0 commit 50f0f9bCopy full SHA for 50f0f9b
types/test.tsx
@@ -61,7 +61,7 @@ export async function testSVGRenderOptions() {
61
62
export async function testFireEvent() {
63
const {container} = await render(<button />)
64
- fireEvent.click(container)
+ await fireEvent.click(container)
65
}
66
67
export function testConfigure() {
0 commit comments