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 63231ff commit 1ecdaa7Copy full SHA for 1ecdaa7
types/test.tsx
@@ -59,7 +59,7 @@ export async function testSVGRenderOptions() {
59
60
export async function testFireEvent() {
61
const {container} = await render(<button />)
62
- fireEvent.click(container)
+ await fireEvent.click(container)
63
}
64
65
export async function testDebug() {
0 commit comments