mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 22:49:12 +00:00
chore (ui) : add coverage path ignore patterns (#9628)
This commit is contained in:
parent
eefbfefe31
commit
b12e919f3b
@ -34,6 +34,12 @@ module.exports = {
|
||||
'<rootDir>/src/**/*.{ts,tsx,js,jsx}', // All files in subdirectories under src/app
|
||||
'!<rootDir>/src/*', // Exclude files directly under src/app
|
||||
],
|
||||
coveragePathIgnorePatterns: [
|
||||
'<rootDir>/src/@types/*',
|
||||
'<rootDir>/src/interface/*',
|
||||
'<rootDir>/src/generated/*',
|
||||
'<rootDir>/src/enums/*',
|
||||
],
|
||||
|
||||
// TypeScript
|
||||
// preset: 'ts-jest',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user