Questions tagged [jest-enzyme]

18 questions
0
votes
1 answer

ReactJS Enzyme Jest issue Could not find "store" in the context of "Connect(component)" even when wrapped inside provider getting suggestion to wrap

Invariant Violation: Could not find "store" in the context of "Connect(Component)". Either wrap the root component in a , or pass a custom React context provider to and the corresponding React context consumer to Connect(Component) in connect…
0
votes
1 answer

How to select an element (Text, View) in react-native with jest+enzyme (mostly when Text/View are nested deep-down in the component)?

I know of something called find in enzyme, but I'd like to know how to select a react-native element by some attribute
Yogendra
  • 57
  • 1
  • 9
-1
votes
1 answer

How to test useEffect with multiple api calls inside using jest and enzyme

I want to test useEffect with two api calls as shown below. How can I mock api call or in this case how can I spy on fetchCountry & fetchStates functions and then how to test setCountry and setStates functions using Jest & Enzyme import React, {…
micronyks
  • 54,797
  • 15
  • 112
  • 146
1
2