From ef427f524af5acaa29905fc74977ac06977e6214 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Thu, 24 Jun 2021 00:33:39 +0100 Subject: [PATCH] detect handles --- jest.config.js | 1 + 1 file changed, 1 insertion(+) 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'],