chore: remove refactored controllers from unit test coverage (#3063)
This commit is contained in:
parent
19cc94e594
commit
7c2f7d6c51
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@
|
|||
},
|
||||
"collectCoverageFrom": [
|
||||
"<rootDir>/src/**/*.(t|j)s",
|
||||
"!<rootDir>/src/infra/**/*"
|
||||
"!<rootDir>/src/infra/**/*",
|
||||
"!<rootDir>/src/immich/controllers/**/*"
|
||||
],
|
||||
"coverageDirectory": "./coverage",
|
||||
"coverageThreshold": {
|
||||
|
|
Loading…
Reference in a new issue