Open bartzet opened 4 years ago
After I commented out
afterEach(() => provider.verify())
in consumer.pact.js
I didn't get any errors.
Do you need to start the axios? What is needed here my tests fail as well. Thanks! @lewisPrescott707
Steps: cloned the repo, git checkout v2.0, npm install & npm run pacts
ERROR
1) Consumer Test
"after each" hook for "OK response":
Uncaught Error: connect ECONNREFUSED ::1:1234
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16)
Hi. I bought your Udemy course today.
I literally cloned the repo, ran
npm install
&npm run pacts
and I got this: