Skip to content

Commit

Permalink
jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
iway1 committed Dec 21, 2022
1 parent 1e71a1a commit 9f5cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trpc-panel/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
moduleNameMapper: {
"@src/(.*)": "<rootDir>/src/$1",
},
modulePathIgnorePatterns: ["src/render.ts", "src/index.ts", "utils"],
modulePathIgnorePatterns: ["src/render.ts", "src/index.ts", "utils", "lib"],
};

0 comments on commit 9f5cdac

Please sign in to comment.