We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1cef commit ab5c687Copy full SHA for ab5c687
src/event-handler.ts
@@ -1,6 +1,7 @@
1
import type { ReactTestInstance } from 'react-test-renderer';
2
3
export type EventHandlerOptions = {
4
+ /** Include check for event handler named without adding `on*` prefix. */
5
loose?: boolean;
6
};
7
0 commit comments