Skip to content

Commit b7a7a28

Browse files
committed
Ignore dist directory in jest
1 parent e139deb commit b7a7a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
module.exports = {
33
preset: "ts-jest",
44
testEnvironment: "node",
5+
modulePathIgnorePatterns: ["dist"],
56
};

0 commit comments

Comments
 (0)