kibana/x-pack/plugins/observability
Shahzad 6391ef9c45
[Observability] Lazy load shared components (#88802)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-25 17:08:31 +01:00
..
.storybook
common
public [Observability] Lazy load shared components (#88802) 2021-01-25 17:08:31 +01:00
scripts
server [Core] Explicit typings for request handler context (#88718) 2021-01-21 15:20:22 +01:00
typings [Observability] Fix telemetry for Observability Overview (#83847) 2020-11-20 11:34:50 +01:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json
README.md

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Unit testing

Note: Run the following commands from kibana/x-pack/plugins/observability.

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html