We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d029 commit 1aa7c6bCopy full SHA for 1aa7c6b
packages/cashscript/jest.config.js
@@ -7,4 +7,5 @@ export default {
7
],
8
testEnvironment: 'jest-environment-node',
9
setupFilesAfterEnv: ['./jest.setup.js'],
10
+ modulePathIgnorePatterns: ['<rootDir>/.*/types/.*'],
11
};
0 commit comments