From a342dcfe8e1e0e711f898ed30a2b65ecfc3ba223 Mon Sep 17 00:00:00 2001 From: bagheera Date: Thu, 6 Nov 2025 22:15:52 +0300 Subject: [PATCH] Update jest.integration.config.js --- jest.integration.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.integration.config.js b/jest.integration.config.js index ee5bf850a291..d7a7c5d2f276 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