Merge pull request #33398 from backstage/freben/fix-cli-module-build-coverage

fix(cli): exclude __fixtures__ from coverage in cli-module-build
This commit is contained in:
Fredrik Adelöw
2026-03-17 16:16:58 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -41,11 +41,6 @@
"ext": "ts",
"watch": "./src"
},
"jest": {
"coveragePathIgnorePatterns": [
"/__fixtures__/"
]
},
"dependencies": {
"@backstage/cli-common": "workspace:^",
"@backstage/cli-defaults": "workspace:^",