Skip to content

Commit

Permalink
EBR-90 Adjust transformIgnorePatterns for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Aug 27, 2024
1 parent eb22d56 commit 7d29226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ module.exports = {
],
coverageReporters: ['lcov', 'text'],
testRegex: 'src/.*/.*.spec.ts[x]?$',
transformIgnorePatterns: [`/node_modules/(?!${esModules}).+`]
transformIgnorePatterns: ['!node_modules/']
};

0 comments on commit 7d29226

Please sign in to comment.