Skip to content

Commit 50f0f9b

Browse files
committed
Apply codemod
1 parent 930b2b0 commit 50f0f9b

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
@@ -61,7 +61,7 @@ export async function testSVGRenderOptions() {
6161

6262
export async function testFireEvent() {
6363
const {container} = await render(<button />)
64-
fireEvent.click(container)
64+
await fireEvent.click(container)
6565
}
6666

6767
export function testConfigure() {

0 commit comments

Comments
 (0)