From 1bd40129bf7bf3bb9f805ce01ff632f69470e620 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Fri, 5 Jul 2019 15:05:57 +0200 Subject: [PATCH] Include new platform x-pack plugin paths to Jest roots. --- 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 ae5737be248a80..fa8cae2b6b86ec 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', ],