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
Pact with Order API
"before all" hook in "Pact with Order API":
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\contract-testing-nodejs-pact-master\consumer.
spec.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
Pact with Order API
"after all" hook in "Pact with Order API":
TypeError: Cannot read property 'writePact' of undefined
at Pact.finalize (node_modules@pact-foundation\pact\httpPact.js:121:14)
at Context. (consumer.spec.js:15:24)
at processImmediate (internal/timers.js:461:21)
The text was updated successfully, but these errors were encountered:
@chandrasekhaer Im not from the coder-society but faced the same issue. The author seemed to have changed the ports in consumer.spec and consumer.js files on develop branch. That fixed the errors for me .
Pact with Order API
"before all" hook in "Pact with Order API":
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\contract-testing-nodejs-pact-master\consumer.
spec.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
Pact with Order API
"after all" hook in "Pact with Order API":
TypeError: Cannot read property 'writePact' of undefined
at Pact.finalize (node_modules@pact-foundation\pact\httpPact.js:121:14)
at Context. (consumer.spec.js:15:24)
at processImmediate (internal/timers.js:461:21)
The text was updated successfully, but these errors were encountered: