Skip to content

Commit

Permalink
fix: fixed jest config to ignore @opendedx namespaced packages (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed authored Dec 27, 2023
1 parent 6a9ea62 commit c746034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
'setupTest.js',
],
transformIgnorePatterns: [
'/node_modules/(?!@edx)',
'/node_modules/(?!@(open)?edx)',
],
transform: {
'^.+\\.[t|j]sx?$': [
Expand Down

0 comments on commit c746034

Please sign in to comment.