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}"],
|
||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||
verbose: true,
|
||||
detectOpenHandles: true,
|
||||
}
|
||||
|
||||
export default jestConfig
|
||||
|
|
Loading…
Reference in New Issue