mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Exclude cypress folders from Jest test coverage (#113482)
This commit is contained in:
parent
88fa27debe
commit
2d2878a904
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ module.exports = {
|
|||
'!<rootDir>/x-pack/plugins/enterprise_search/public/applications/test_helpers/**/*.{ts,tsx}',
|
||||
],
|
||||
coverageDirectory: '<rootDir>/target/kibana-coverage/jest/x-pack/plugins/enterprise_search',
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/app_search/cypress',
|
||||
'<rootDir>/x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress',
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue