Skip to content

Commit

Permalink
Remove fetch-mock
Browse files Browse the repository at this point in the history
Using jest to mock at the boundaries of node-fetch directly is simpler,
and makes type mismatches between the mock and the real module less
likely.
  • Loading branch information
nicknovitski committed Sep 18, 2024
1 parent 946e979 commit d8f97b2
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 249 deletions.
1 change: 0 additions & 1 deletion src/__mocks__/node-fetch.ts

This file was deleted.

Loading

0 comments on commit d8f97b2

Please sign in to comment.