Skip to content

Commit ab5c687

Browse files
committed
.
1 parent 1ad1cef commit ab5c687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/event-handler.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { ReactTestInstance } from 'react-test-renderer';
22

33
export type EventHandlerOptions = {
4+
/** Include check for event handler named without adding `on*` prefix. */
45
loose?: boolean;
56
};
67

0 commit comments

Comments
 (0)