Closed wKovacs64 closed 1 year ago
Latest commit: e780a874848e663b19c4dce7ad06db5423211a3a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Some of the
fetchFromApi
tests were there out of a desire to be DRY, but they've been duplicated and moved to their respective modules where the behavior should actually be tested. AsfetchFromApi
is just an implementation detail, the module-level behavior would need to remain the same even iffetchFromApi
was replaced.The same argument could be made for some (if not all?) of the remaining
fetchByApi
tests, but I'm not going to bother with those right now.