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