Skip to content

Commit

Permalink
fixed jest-haste-map module naming collision
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
  • Loading branch information
JBBianchi committed Aug 1, 2024
1 parent a4a1084 commit faff52e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: [".d.ts", ".js"]
testPathIgnorePatterns: [".d.ts", ".js"],
modulePathIgnorePatterns: ['<rootDir>/dist/'],
};

0 comments on commit faff52e

Please sign in to comment.