diff --git a/jest.config.js b/jest.config.js index b26d12661..dd5c5bbee 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,6 @@ module.exports = { verbose: true, - testPathIgnorePatterns: ['/node_modules/'], + testPathIgnorePatterns: ['/node_modules/', '/extensions/'], testMatch: ['/src/**/*.test.js'], // collectCoverage: false,