Kent C. Dodds 6/3/2020

Stop mocking fetch

Read Original

This article critiques a common React testing pattern of mocking a high-level API client. It argues that this approach can hide integration bugs. The author proposes a more reliable alternative: mocking `window.fetch` directly to better verify that the correct network requests are being made, including details like the HTTP method, body, and headers.

Stop mocking fetch

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet