We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9f5cc commit d72215fCopy full SHA for d72215f
jest.config.js
@@ -28,14 +28,18 @@ module.exports = {
28
coverageDirectory: 'coverage',
29
collectCoverageFrom: [
30
'src/app/**/*.{ts,js}',
31
- '!src/app/core/themes/**',
+ '!src/app/core/theme/**',
32
'!src/app/app.config.ts',
33
- '!src/app/**/*.routes.{ts.js}',
+ '!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/**',
39
'!src/app/**/*.models.{ts.js}',
40
'!src/app/**/*.model.{ts.js}',
41
'!src/app/**/models/*.{ts,js}',
42
'!src/app/shared/models/**',
- '!src/app/**/*.route.{ts,js}',
43
'!src/app/**/*.enum.{ts,js}',
44
'!src/app/**/*.type.{ts,js}',
45
'!src/app/**/*.spec.{ts,js}',
0 commit comments