Skip to content

Commit d37c425

Browse files
committed
Ignore eslint rule
1 parent c13329f commit d37c425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/test-hook.js

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ test('accepts wrapper option to wrap rendered hook with', () => {
5050
actual = useHook()
5151
},
5252
{
53+
// eslint-disable-next-line react/display-name
5354
wrapper: props => (
5455
<ctxA.Provider value={3}>
5556
<ctxB.Provider value={4} {...props} />

0 commit comments

Comments
 (0)