mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Move deprecations getters test helpers to package (#137793)
This commit is contained in:
parent
70b8b56562
commit
b0f5a63c7e
16 changed files with 173 additions and 5 deletions
|
@ -44,6 +44,7 @@ RUNTIME_DEPS = [
|
|||
"//packages/core/http/core-http-server-mocks",
|
||||
"//packages/core/elasticsearch/core-elasticsearch-client-server-mocks",
|
||||
"//packages/core/config/core-config-server-internal",
|
||||
"//packages/core/test-helpers/core-test-helpers-deprecations-getters",
|
||||
]
|
||||
|
||||
TYPES_DEPS = [
|
||||
|
@ -67,6 +68,7 @@ TYPES_DEPS = [
|
|||
"//packages/core/execution-context/core-execution-context-server-internal:npm_module_types",
|
||||
"//packages/core/elasticsearch/core-elasticsearch-server:npm_module_types",
|
||||
"//packages/core/elasticsearch/core-elasticsearch-client-server-internal:npm_module_types",
|
||||
"//packages/core/test-helpers/core-test-helpers-deprecations-getters:npm_module_types"
|
||||
]
|
||||
|
||||
jsts_transpiler(
|
||||
|
|
|
@ -13,7 +13,7 @@ import {
|
|||
} from './elasticsearch_config.test.mocks';
|
||||
|
||||
import { ElasticsearchConfig, config } from './elasticsearch_config';
|
||||
import { getDeprecationsFor } from '@kbn/core-config-server-internal';
|
||||
import { getDeprecationsFor } from '@kbn/core-test-helpers-deprecations-getters';
|
||||
|
||||
const CONFIG_PATH = 'elasticsearch';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue