Skip to content

Commit

Permalink
[7.x] Include new platform x-pack plugin paths to Jest roots. (#40426)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jul 5, 2019
1 parent 3504d90 commit 12258bc
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 12258bc

Please sign in to comment.