Skip to content

Commit

Permalink
restore scan for x-pack dir in jest integration config
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 2, 2021
1 parent 41cc382 commit 560b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
module.exports = {
preset: '@kbn/test/jest_integration',
rootDir: '.',
roots: ['<rootDir>/src', '<rootDir>/packages'],
roots: ['<rootDir>/src', '<rootDir>/packages', '<rootDir>/x-pack'],
};

0 comments on commit 560b50d

Please sign in to comment.