From 01f6efac02ebdf0cb491193c750da3a23488a818 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Fri, 5 Jul 2019 16:07:10 +0200 Subject: [PATCH] Include new platform x-pack plugin paths to Jest roots. (#40422) --- x-pack/dev-tools/jest/create_jest_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/dev-tools/jest/create_jest_config.js b/x-pack/dev-tools/jest/create_jest_config.js index ae5737be248a..fa8cae2b6b86 100644 --- a/x-pack/dev-tools/jest/create_jest_config.js +++ b/x-pack/dev-tools/jest/create_jest_config.js @@ -11,6 +11,7 @@ export function createJestConfig({ return { rootDir: xPackKibanaDirectory, roots: [ + '/plugins', '/legacy/plugins', '/legacy/server', ],