diff --git a/jest.config.js b/jest.config.js index f3dcf94..64338a9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,4 +3,5 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', verbose: true, + testPathIgnorePatterns: ['dist'], }