Skip to content

Commit d72215f

Browse files
nsemetsNazar690
andauthored
test(config): updated configs (#668)
Co-authored-by: Nazar Semets <nazar690@gmail.com>
1 parent 8c9f5cc commit d72215f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

jest.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ module.exports = {
2828
coverageDirectory: 'coverage',
2929
collectCoverageFrom: [
3030
'src/app/**/*.{ts,js}',
31-
'!src/app/core/themes/**',
31+
'!src/app/core/theme/**',
3232
'!src/app/app.config.ts',
33-
'!src/app/**/*.routes.{ts.js}',
33+
'!src/app/app.routes.ts',
34+
'!src/app/**/*.routes.{ts,js}',
35+
'!src/app/**/**/*.routes.{ts,js}',
36+
'!src/app/**/*.route.{ts,js}',
37+
'!src/app/**/mappers/**',
38+
'!src/app/shared/mappers/**',
3439
'!src/app/**/*.models.{ts.js}',
3540
'!src/app/**/*.model.{ts.js}',
3641
'!src/app/**/models/*.{ts,js}',
3742
'!src/app/shared/models/**',
38-
'!src/app/**/*.route.{ts,js}',
3943
'!src/app/**/*.enum.{ts,js}',
4044
'!src/app/**/*.type.{ts,js}',
4145
'!src/app/**/*.spec.{ts,js}',

0 commit comments

Comments
 (0)