diff --git a/jest.integration.config.js b/jest.integration.config.js index ee5bf850a29..d7a7c5d2f27 100644 --- a/jest.integration.config.js +++ b/jest.integration.config.js @@ -4,7 +4,7 @@ module.exports = { '/ui/**/*.(js|ts|tsx)', ], coverageDirectory: './coverage/integration', - coveragePathIgnorePatterns: ['.stories.*', '.snap', '.test.(js|ts|tsx)'], + coveragePathIgnorePatterns: ['.stories.*', '.snap', '.test\\.(js|ts|tsx)$'], coverageReporters: ['html', 'json'], maxWorkers: '50%', // The path to the Prettier executable used to format snapshots