cli: avoid collecting coverage for __fixtures__

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-01-21 14:41:59 +01:00
parent 304cefb393
commit fbd8c3e4e6
+5
View File
@@ -41,6 +41,11 @@
"ext": "ts",
"watch": "./src"
},
"jest": {
"coveragePathIgnorePatterns": [
"/__fixtures__/"
]
},
"dependencies": {
"@backstage/catalog-model": "workspace:^",
"@backstage/cli-common": "workspace:^",