From 14035b8d3558d37bb5065fb72b0acd703c22fc80 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Wed, 23 Oct 2019 16:10:04 -0500 Subject: [PATCH] remove config addition --- x-pack/dev-tools/jest/create_jest_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/dev-tools/jest/create_jest_config.js b/x-pack/dev-tools/jest/create_jest_config.js index 3bc6325f3731e..0fba7d2cefbd5 100644 --- a/x-pack/dev-tools/jest/create_jest_config.js +++ b/x-pack/dev-tools/jest/create_jest_config.js @@ -13,7 +13,6 @@ export function createJestConfig({ kibanaDirectory, xPackKibanaDirectory }) { '/legacy/plugins', '/legacy/server', '/test_utils/jest/contract_tests', - '/legacy/plugins/canvas/.storybook', ], moduleFileExtensions: ['js', 'json', 'ts', 'tsx'], moduleNameMapper: {