You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great pact-js example! I was going thru it trying to add a contract test for fetching a single movie and the test was failing. In fetchSingleMovie method of consumer.js, you are returning the entire response, I think you want to return the data only, e.g. res.data (similar to fetchMovies).
The text was updated successfully, but these errors were encountered:
Hi, great pact-js example! I was going thru it trying to add a contract test for fetching a single movie and the test was failing. In fetchSingleMovie method of consumer.js, you are returning the entire response, I think you want to return the data only, e.g. res.data (similar to fetchMovies).
The text was updated successfully, but these errors were encountered: