Skip to content

Commit faff52e

Browse files
committed
fixed jest-haste-map module naming collision
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent a4a1084 commit faff52e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
module.exports = {
33
preset: 'ts-jest',
44
testEnvironment: 'node',
5-
testPathIgnorePatterns: [".d.ts", ".js"]
5+
testPathIgnorePatterns: [".d.ts", ".js"],
6+
modulePathIgnorePatterns: ['<rootDir>/dist/'],
67
};

0 commit comments

Comments
 (0)