kibana/x-pack/plugins/observability
2021-02-02 11:38:20 -06:00
..
.storybook
common
public Remove circular dependecy between apm and infra (#89739) 2021-02-01 14:09:33 -06:00
scripts
server TypeScript project references for Observability plugin (#89320) 2021-02-02 11:38:20 -06:00
typings
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json
README.md
tsconfig.json TypeScript project references for Observability plugin (#89320) 2021-02-02 11:38:20 -06:00

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