We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e139deb commit b7a7a28Copy full SHA for b7a7a28
jest.config.js
@@ -2,4 +2,5 @@
2
module.exports = {
3
preset: "ts-jest",
4
testEnvironment: "node",
5
+ modulePathIgnorePatterns: ["dist"],
6
};
0 commit comments