mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Updated Jest preset to enhance coverage collection configuration.
- ⚙️ **Config**: Added additional files to coverage exclusion list
This commit is contained in:
@@ -15,5 +15,11 @@ module.exports = {
|
||||
'!**/public-api.ts',
|
||||
'!**/generated/**',
|
||||
'!**/environments/**',
|
||||
'!**/jest.config.ts',
|
||||
'!**/type.ts',
|
||||
'!**/types.ts',
|
||||
'!**/*-type.ts',
|
||||
'!**/*.type.ts',
|
||||
'!**/tokens.ts',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user