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:
@@ -41,11 +41,6 @@
|
||||
"ext": "ts",
|
||||
"watch": "./src"
|
||||
},
|
||||
"jest": {
|
||||
"coveragePathIgnorePatterns": [
|
||||
"/__fixtures__/"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/cli-common": "workspace:^",
|
||||
"@backstage/cli-defaults": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user