Skip to content

Commit

Permalink
fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon-Jimenez committed Nov 15, 2024
1 parent facca49 commit d6916cf
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
@@ -1,7 +1,7 @@
module.exports = {
collectCoverageFrom: ["src/**/*.js"],
testPathIgnorePatterns: ["/node_modules/", "/cypress"],
transformIgnorePatterns: ["/node_modules/(?!@dhis2)"],
transformIgnorePatterns: ["/node_modules/(?!@eyeseetea/d2-ui-components)"],
modulePaths: ["src"],
moduleDirectories: ["node_modules"],
moduleNameMapper: {
Expand Down

0 comments on commit d6916cf

Please sign in to comment.