disable check for open handles
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
|||||||
preset: "ts-jest",
|
preset: "ts-jest",
|
||||||
verbose: true, // report individual test
|
verbose: true, // report individual test
|
||||||
bail: false, // enable to stop test when an error occur,
|
bail: false, // enable to stop test when an error occur,
|
||||||
detectOpenHandles: true,
|
detectOpenHandles: false,
|
||||||
moduleDirectories: ['node_modules', 'src', 'test'],
|
moduleDirectories: ['node_modules', 'src', 'test'],
|
||||||
testMatch: ['**/test/**/*.test.ts?(x)'],
|
testMatch: ['**/test/**/*.test.ts?(x)'],
|
||||||
testPathIgnorePatterns: ['node_modules/', 'dist/', '.json'],
|
testPathIgnorePatterns: ['node_modules/', 'dist/', '.json'],
|
||||||
|
|||||||
Reference in New Issue
Block a user