cli: avoid collecting coverage for __fixtures__
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
"ext": "ts",
|
||||
"watch": "./src"
|
||||
},
|
||||
"jest": {
|
||||
"coveragePathIgnorePatterns": [
|
||||
"/__fixtures__/"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "workspace:^",
|
||||
"@backstage/cli-common": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user