From 7e8880bf16c88e6a06aa422db75c920fd95b9704 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:28:56 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- x-pack/platform/plugins/private/monitoring/jest.config.js | 3 ++- .../plugins/private/monitoring_collection/jest.config.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x-pack/platform/plugins/private/monitoring/jest.config.js b/x-pack/platform/plugins/private/monitoring/jest.config.js index a0bb37b6ed22c..31c593b40a0a0 100644 --- a/x-pack/platform/plugins/private/monitoring/jest.config.js +++ b/x-pack/platform/plugins/private/monitoring/jest.config.js @@ -9,7 +9,8 @@ module.exports = { preset: '@kbn/test', rootDir: '../../../../..', roots: ['/x-pack/platform/plugins/private/monitoring'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/private/monitoring', + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/platform/plugins/private/monitoring', coverageReporters: ['text', 'html'], collectCoverageFrom: [ '/x-pack/platform/plugins/private/monitoring/{common,public,server}/**/*.{js,ts,tsx}', diff --git a/x-pack/platform/plugins/private/monitoring_collection/jest.config.js b/x-pack/platform/plugins/private/monitoring_collection/jest.config.js index 1108368ade89f..91ceff0234bdd 100644 --- a/x-pack/platform/plugins/private/monitoring_collection/jest.config.js +++ b/x-pack/platform/plugins/private/monitoring_collection/jest.config.js @@ -9,7 +9,8 @@ module.exports = { preset: '@kbn/test', rootDir: '../../../../..', roots: ['/x-pack/platform/plugins/private/monitoring_collection'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/platform/plugins/private/monitoring_collection', + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/platform/plugins/private/monitoring_collection', coverageReporters: ['text', 'html'], collectCoverageFrom: [ '/x-pack/platform/plugins/private/monitoring_collection/{common,public,server}/**/*.{js,ts,tsx}',