diff --git a/jest.config.js b/jest.config.js index 0238ca6..f343ceb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,4 +5,7 @@ module.exports = { }, testEnvironment: 'node', moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'], + transformIgnorePatterns: [ + '/node_modules/(?!@octokit|@github)', + ], }; \ No newline at end of file