Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine authored and gsoldevila committed Jan 11, 2025
1 parent ad9f013 commit 6b4045e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ module.exports = {
preset: '@kbn/test',
rootDir: '../../../../../..',
roots: ['<rootDir>/src/platform/packages/shared/response-ops/rule_form'],
setupFilesAfterEnv: ['<rootDir>/src/platform/packages/shared/response-ops/rule_form/setup_tests.ts'],
setupFilesAfterEnv: [
'<rootDir>/src/platform/packages/shared/response-ops/rule_form/setup_tests.ts',
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ const path = require('path');
module.exports = {
preset: '@kbn/test',
rootDir: path.resolve(__dirname, '../../../../..'),
roots: [
'<rootDir>/x-pack/solutions/observability/plugins/entities_data_access',
],
roots: ['<rootDir>/x-pack/solutions/observability/plugins/entities_data_access'],
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const path = require('path');
module.exports = {
preset: '@kbn/test',
rootDir: path.resolve(__dirname, '../../../../..'),
roots: [
'<rootDir>/x-pack/solutions/observability/plugins/entity_manager_app',
],
roots: ['<rootDir>/x-pack/solutions/observability/plugins/entity_manager_app'],
coverageDirectory:
'<rootDir>/target/kibana-coverage/jest/x-pack/solutions/observability/plugins/entity_manager_app',
coverageReporters: ['text', 'html'],
Expand Down

0 comments on commit 6b4045e

Please sign in to comment.