Test Fixtures
It's annoying to run tests agains the provider while building new features specifically after implementing the details fetching as providers tend to block an ip when running tests to often. This fixes the problem by testing agains local copy's of the source.
You can now run:
yarn run test:offline
Full Changelog: 20.3.2...20.3.4