Posts by Matheus Fernandes • 13 points
2 posts
- 
		1 votes0 answers50 viewsQ: How to mock two components to perform cypress testing using mountVue()?I am trying to mock two components using Cypress. These components were created in Vue. To perform unit tests I was able to mock using the mountVue() as you can see in the example below: import… 
- 
		-1 votes1 answer133 viewsQ: cannot read Property 'Join' of Undefined - ReactI’m getting this problem when I try to submit a form with React on the front and Node on the backend. This form registers a store. When clicking save, he was to take the categories of the store and…