Include new platform x-pack plugin paths to Jest roots. (#40422)

This commit is contained in:
Aleh Zasypkin 2019-07-05 16:07:10 +02:00 committed by GitHub
parent 9e147f5b17
commit 01f6efac02
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',
],