Closed mykolavlasov closed 7 months ago
I would appreciate your review @Mike-Gibson Sorry for the fuss
Hey @mykolavlasov - thanks for fixing. Apologies that I missed this in the original PR! Great that you added an integration test for it 👍
I've published 1.3.1 which includes this fix.
Hey @mykolavlasov - thanks for fixing. Apologies that I missed this in the original PR! Great that you added an integration test for it 👍
I've published 1.3.1 which includes this fix.
Thanks a lot for the quick response and for publishing a new version, I greatly appreciate it!
I've added
missingHandlerPolicy
field for the MockLink and as an option for thecreateMockClient
in my previous PR However, it wasn't passed from to aMockLink
when it was initialized inside of thecreateMockClient
. I fixed it in this PR and added an integration test for it