mirror of https://github.com/aminya/setup-cpp
test: prevent long timeouts when running tests
This commit is contained in:
parent
5d4f610be3
commit
5f27dd008e
|
@ -21,6 +21,7 @@ const jestConfig = {
|
||||||
collectCoverageFrom: ["src/**/*.{ts,tsx}"],
|
collectCoverageFrom: ["src/**/*.{ts,tsx}"],
|
||||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||||
verbose: true,
|
verbose: true,
|
||||||
|
detectOpenHandles: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default jestConfig
|
export default jestConfig
|
||||||
|
|
Loading…
Reference in New Issue