mirror of https://github.com/aminya/setup-cpp
test: use forceExit instead of detectOpenHandles
This commit is contained in:
parent
5c246f1986
commit
ba2c47a569
|
@ -12,7 +12,7 @@ const jestConfig: Config = {
|
|||
collectCoverageFrom: ["src/**/*.{ts,tsx,js,jsx}"],
|
||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||
verbose: true,
|
||||
detectOpenHandles: true,
|
||||
forceExit: true,
|
||||
}
|
||||
|
||||
export default jestConfig
|
||||
|
|
Loading…
Reference in New Issue