Need to allow dependencies to be transformed for Jest
This commit is contained in:
@@ -5,4 +5,7 @@ module.exports = {
|
||||
},
|
||||
testEnvironment: 'node',
|
||||
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/(?!@octokit|@github)',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user