Open stivenramireza opened 4 years ago
What is the problem exactly?
What is the problem exactly?
Definitely I think the problem is with the component Vue-Mapbox, because I don't know how to mock it successfully. When I debug my test I see that this component doesn't render and for that reason I cannot access to innermost divs and imgs.
Recently I have problems with my unit tests when I need to test an own component which uses a Vue MapBox component like MglMarker.
That's the component I trying test:
That's the failed test:
How can I fix it?
Thanks in advance!