Scope
The scope of the tests are very important. You should test your code, not the code written by another company. So the integrations with external code are the limits.
You MUST mock node modules How to do it with Jest
You MUST mock externals API Mocking externals api with Nock