From 85346e51b252846d2af373d09b3237bc7bc7dd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 17 Mar 2026 15:40:41 +0100 Subject: [PATCH] chore(cli): remove unused coveragePathIgnorePatterns from @backstage/cli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The __fixtures__ directory that required this exclusion was moved to @backstage/cli-module-build. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Fredrik Adelöw --- packages/cli/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ba287a9ef..d34a1860ca 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -41,11 +41,6 @@ "ext": "ts", "watch": "./src" }, - "jest": { - "coveragePathIgnorePatterns": [ - "/__fixtures__/" - ] - }, "dependencies": { "@backstage/cli-common": "workspace:^", "@backstage/cli-defaults": "workspace:^",