elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.77k stars 8.17k forks source link

[Lens] rewrite app.test.tsx tests to testing library #180672

Open mbondyra opened 5 months ago

mbondyra commented 5 months ago

The tests in app.test.tsx file in lens plugin are the most complex, overengineered, overmocked and very difficult to understand. To add to that, they are also throwing a lot of warnings in the console. We should rewrite them to actually make them useful instead of painful.

Screenshot 2024-04-12 at 10 22 35 Screenshot 2024-04-12 at 11 13 32
elasticmachine commented 5 months ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)