mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
.. | ||
.storybook | ||
common | ||
e2e | ||
public | ||
scripts | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
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