Skip to content

Commit

Permalink
chore: Update jest config to correctly resolve @commons-ui/payload mo…
Browse files Browse the repository at this point in the history
…dules
  • Loading branch information
m453h committed Oct 25, 2024
1 parent 95ee085 commit 913c908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/civicsignalblog/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = {
"<rootDir>/../../packages/commons-ui-core/src/$1",
"^@/commons-ui/next/(.*)$":
"<rootDir>/../../packages/commons-ui-next/src/$1",
"^@/commons-ui/payload/(.*)$":
"<rootDir>/../../packages/commons-ui-payload/src/$1",
},
transformIgnorePatterns: ["<rootDir>/node_modules/(?!camelcase-keys)"],
};

0 comments on commit 913c908

Please sign in to comment.