We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13329f commit d37c425Copy full SHA for d37c425
src/__tests__/test-hook.js
@@ -50,6 +50,7 @@ test('accepts wrapper option to wrap rendered hook with', () => {
50
actual = useHook()
51
},
52
{
53
+ // eslint-disable-next-line react/display-name
54
wrapper: props => (
55
<ctxA.Provider value={3}>
56
<ctxB.Provider value={4} {...props} />
0 commit comments