Skip to content

Commit

Permalink
feat(@dpc-sdp/nuxt-ripple-cli): update jest config to fix unit tests …
Browse files Browse the repository at this point in the history
…in layers running nuxt 3.6+
  • Loading branch information
David Featherston committed Aug 21, 2023
1 parent 801e29a commit 93bf9e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
testRegex: '.*.test.(j|t)s[x]?$',
transform: {
'^.+\\.ts$': ['<rootDir>/node_modules/ts-jest'],
'^.+\\.js$': '<rootDir>/node_modules/babel-jest'
'^.+\\.[m]?js$': '<rootDir>/node_modules/babel-jest'
},
transformIgnorePatterns: ['<rootDir>/node_modules/(?!(lodash|@dpc-sdp/.*))']
transformIgnorePatterns: ['<rootDir>/node_modules/(?!(uncrypto|lodash|@dpc-sdp/.*))']
}

0 comments on commit 93bf9e0

Please sign in to comment.