Skip to content

Commit

Permalink
fix(condo): DOMA-10610 update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
tolmachev21 committed Jan 31, 2025
1 parent dd8b30d commit 8c18fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/condo/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
],
setupFilesAfterEnv: [`${__dirname}/jest.setupTest.js`],
// NOTE: need to pass uuid export syntax through babel
transformIgnorePatterns: ['/node_modules/(?!(uuid|msgpackr)/)'],
transformIgnorePatterns: ['/node_modules/(?!(uuid|msgpackr|n2words)/)'],
},
{
testRunner: 'jasmine2',
Expand All @@ -22,7 +22,7 @@ module.exports = {
],
setupFilesAfterEnv: [`${__dirname}/jest.setupSpec.js`],
// NOTE: need to pass uuid export syntax through babel
transformIgnorePatterns: ['/node_modules/(?!(uuid|bull|msgpackr)/)'],
transformIgnorePatterns: ['/node_modules/(?!(uuid|bull|msgpackr|n2words)/)'],
},
{
testRunner: 'jasmine2',
Expand Down

0 comments on commit 8c18fba

Please sign in to comment.