Skip to content

Commit 10143fa

Browse files
eps1lonSebastian Silbermann
authored and
Sebastian Silbermann
committed
Apply codemod
1 parent 832381c commit 10143fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function testSVGRenderOptions() {
5959

6060
export async function testFireEvent() {
6161
const {container} = await render(<button />)
62-
fireEvent.click(container)
62+
await fireEvent.click(container)
6363
}
6464

6565
export async function testDebug() {

0 commit comments

Comments
 (0)