diff --git a/jest.config.js b/jest.config.js index ca73cf2..32b968b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,7 +9,7 @@ module.exports = { preset: "ts-jest", verbose: true, // report individual test bail: false, // enable to stop test when an error occur, - detectOpenHandles: true, + detectOpenHandles: false, moduleDirectories: ['node_modules', 'src', 'test'], testMatch: ['**/test/**/*.test.ts?(x)'], testPathIgnorePatterns: ['node_modules/', 'dist/', '.json'],