mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add pluggable panel action tests (#20163)
* Add pluggable panel action tests * address code review comments * update inspector snapshot * remove temp declared ts module now that eui has EuiFlyout typings * address code comments
This commit is contained in:
parent
0078e66f16
commit
bed72f224d
15 changed files with 611 additions and 400 deletions
|
@ -21,4 +21,5 @@ require('../src/setup_node_env');
|
|||
require('../packages/kbn-test').runTestsCli([
|
||||
require.resolve('../test/functional/config.js'),
|
||||
require.resolve('../test/api_integration/config.js'),
|
||||
require.resolve('../test/panel_actions/config.js'),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue