shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

Ensure all expected test responses are asserted

Open paulomarg opened this issue 1 year ago • 0 comments

As per ☝️, this PR just checks that all mocked responses were checked with toMatchMadeHttpRequest, to help us not write tests that mock more requests than will be made.

This will help us write better tests by making sure we're always expecting the right number of requests.

paulomarg avatar Sep 21 '22 17:09 paulomarg