mirror of https://github.com/aminya/setup-cpp
fix: do not forceExit jest to make the tests parallel
This commit is contained in:
parent
bc25e4e3b4
commit
5a673f1e7a
|
@ -12,7 +12,6 @@ const jestConfig: Config = {
|
|||
collectCoverageFrom: ["src/**/*.{ts,tsx,js,jsx}"],
|
||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||
verbose: true,
|
||||
forceExit: true,
|
||||
}
|
||||
|
||||
export default jestConfig
|
||||
|
|
Loading…
Reference in New Issue