diff options
Diffstat (limited to 'core/jest.config.js')
-rw-r--r-- | core/jest.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/jest.config.js b/core/jest.config.js index 758fa13..6f79391 100644 --- a/core/jest.config.js +++ b/core/jest.config.js @@ -1,4 +1,5 @@ module.exports = { preset: 'ts-jest', - testEnvironment: 'node' + testEnvironment: 'node', + modulePathIgnorePatterns: ['dist'] } |