diff --git a/packages/saber/jest.config.js b/packages/saber/jest.config.js index 20821eedd..3bffd7323 100644 --- a/packages/saber/jest.config.js +++ b/packages/saber/jest.config.js @@ -1,4 +1,4 @@ module.exports = { - testPathIgnorePatterns: ['/node_modules/', '/types/'], + testPathIgnorePatterns: ['/node_modules/', '/types/', '/dist/'], testEnvironment: 'node' }