fix: do not forceExit jest to make the tests parallel

This commit is contained in:
Amin Yahyaabadi 2023-07-24 16:41:28 -07:00
parent bc25e4e3b4
commit 5a673f1e7a
1 changed files with 0 additions and 1 deletions

View File

@ -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