Skip to content

Commit

Permalink
Include new platform x-pack plugin paths to Jest roots. (elastic#40422)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored and chrisronline committed Jul 11, 2019
1 parent e082e57 commit 83dba82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/dev-tools/jest/create_jest_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function createJestConfig({
return {
rootDir: xPackKibanaDirectory,
roots: [
'<rootDir>/plugins',
'<rootDir>/legacy/plugins',
'<rootDir>/legacy/server',
],
Expand Down

0 comments on commit 83dba82

Please sign in to comment.