pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.61k stars 344 forks source link

For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\contract- testing-nodejs-pact\consumer.spec.js) #967

Closed SridharMurari closed 1 year ago

SridharMurari commented 1 year ago

_I amnot sure if this issues already addressed if yes please send me the link I am getting following error For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\contract- testing-nodejs-pact\consumer.spec.js)

Regards Sridhar

mefellows commented 1 year ago

Hi @SridharMurari, it looks like you haven't properly handled a promise somewhere.

But the issue as current stated is poorly worded and lacks any information we can use to help. We have an issue template for a reason. Closing this one, please re-create a new one with the issue template populated.