mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Functional tests for execution context propagation in alerting and task manager plugins (#111179)
* move execution context tests to x-pack folder * add execution context tests for alerts and tasks * cleanup tests * remove obsolete test folder * use ToolingLog instead of console.log
This commit is contained in:
parent
8a4355b353
commit
4a2acad218
15 changed files with 715 additions and 405 deletions
|
@ -19,7 +19,6 @@ const onlyNotInCoverageTests = [
|
|||
require.resolve('../test/api_integration/config.js'),
|
||||
require.resolve('../test/interpreter_functional/config.ts'),
|
||||
require.resolve('../test/examples/config.js'),
|
||||
require.resolve('../test/functional_execution_context/config.ts'),
|
||||
];
|
||||
|
||||
require('../src/setup_node_env');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue