mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
fix: stop trying to transform node_modules
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
setupFilesAfterEnv: ['<rootDir>/src/mocks/setup.js'],
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ['/node_modules/', '/lib/', '.+/index.web.test.js'],
|
||||
transformIgnorePatterns: ['__mocks__'],
|
||||
transformIgnorePatterns: ['/node_modules/', '__mocks__'],
|
||||
globals: {
|
||||
__TESTING__: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user