m-radzikowski / aws-sdk-client-mock

AWS JavaScript SDK v3 mocks for easy unit testing. 🖋️ Typed 🔬 Tested 📄 Documented 🛠️ Maintained
https://m-radzikowski.github.io/aws-sdk-client-mock/
MIT License
790 stars 38 forks source link

fix!: Correct expect.assertions() count on CommandWith commands #209

Closed lobbin closed 6 months ago

lobbin commented 8 months ago

What: When using assertion count with any of the CommandWith commands, they differ in count due to the matcher is using except within the matcher.

Fix: The fix consists on using equals() from the matcher context instead of using a second expect.

m-radzikowski commented 6 months ago

Released in v4.0.0. I've bumped the major version not to break any existing tests.