diff --git a/jest.config.js b/jest.config.js index 42e7e56..095e90a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,5 @@ +require('nock').disableNetConnect(); + module.exports = { clearMocks: true, moduleFileExtensions: ['js', 'ts'],