[7.x] Include new platform x-pack plugin paths to Jest roots. (#40426)

This commit is contained in:
Aleh Zasypkin 2019-07-05 17:29:28 +02:00 committed by GitHub
parent 3504d90c5b
commit 12258bcbe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ export function createJestConfig({
return {
rootDir: xPackKibanaDirectory,
roots: [
'<rootDir>/plugins',
'<rootDir>/legacy/plugins',
'<rootDir>/legacy/server',
],