Transform more

This commit is contained in:
Nathan Bierema 2024-04-07 15:43:49 -04:00
parent 6d39b836cb
commit 00462b10ce
5 changed files with 5 additions and 4 deletions

View File

@ -3,4 +3,5 @@ module.exports = {
transform: {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: ['node_modules/(?!.pnpm|react-base16-styling)'],
};

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
};

View File

@ -6,6 +6,6 @@ module.exports = {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: [
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk)',
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|lodash-es)',
],
};

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
};

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: ['node_modules/(?!.pnpm|nanoid)'],
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
};