Closed dula85 closed 4 years ago
I don't think this is related to jest-pact, but what does the log at path/pact/logs/mockserver-integration.log
show?
I'll close this for now as it hasn't had any activity and I don't think it's a jest-pact issue.
Feel free to re-open if you think it needs further attention.
I am writing consumer pact test and application is react and test frame work is jest enzyme. multipart/form-data request as bellow,
new_file.txt : base64 encode file
Jest setup as follows.
Behaviour: I am getting Pact verification failed as bellow,
Pact between example-react-site and example-api › with 30000 ms timeout for Pact › example api endpoint › should send document to sign
using, jest: 26.0.1 jest-pact: 0.5.4
But if I remove generated log file and run pact test it will run successfully all the time. wonder what is happening and possible fix.