Skip to content

Commit

Permalink
ignore open handles as "core.setup()" does not close something
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana committed Jun 17, 2024
1 parent b1eb61b commit cad62b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ module.exports = {
preset: '@kbn/test/jest_integration_node',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-esql-validation-autocomplete'],
openHandlesTimeout: 0,
forceExit: true,
};

0 comments on commit cad62b1

Please sign in to comment.