Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 533 Bytes

Exploratory View plugin

A shared component for visualizing observability data types via lens embeddable. For further details.

Unit testing

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

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