Skip to content

Commit 1aa7c6b

Browse files
committed
Do not execute types tests with Jest
1 parent aa2d029 commit 1aa7c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cashscript/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export default {
77
],
88
testEnvironment: 'jest-environment-node',
99
setupFilesAfterEnv: ['./jest.setup.js'],
10+
modulePathIgnorePatterns: ['<rootDir>/.*/types/.*'],
1011
};

0 commit comments

Comments
 (0)