chore(NA): splits types from code on @kbn/logging (#124688)

* chore(NA): splits types from code on @kbn/test

* chore(NA): create new @kbn/test-jest-helpers

* chore(NA): move wrong files into @kbn/test

* chore(NA): remove @kbn/test/jest references

* chore(NA): splits types from code on @kbn/logging

* chore(NA): import type from new @kbn/logging-mocks pkg

* chore(NA): missing deps on bazel build files

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2022-02-07 13:46:50 +00:00 committed by GitHub
parent 807c625ea9
commit a926a57e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 206 additions and 41 deletions

View file

@ -51,7 +51,7 @@ TYPES_DEPS = [
"//packages/kbn-config:npm_module_types",
"//packages/kbn-config-schema:npm_module_types",
"//packages/kbn-dev-utils:npm_module_types",
"//packages/kbn-logging",
"//packages/kbn-logging:npm_module_types",
"//packages/kbn-optimizer:npm_module_types",
"//packages/kbn-server-http-tools:npm_module_types",
"//packages/kbn-std:npm_module_types",