Need to allow dependencies to be transformed for Jest

This commit is contained in:
Kevin Dangoor
2025-03-24 17:32:22 -04:00
parent 4dd248e6c8
commit 4581c519ef

View File

@@ -5,4 +5,7 @@ module.exports = {
},
testEnvironment: 'node',
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
transformIgnorePatterns: [
'/node_modules/(?!@octokit|@github)',
],
};