detect handles

This commit is contained in:
tiagosiebler
2021-06-24 00:33:39 +01:00
parent 23833b7248
commit ef427f524a

View File

@@ -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'],