Skip to content

Commit 5a673f1

Browse files
committed
fix: do not forceExit jest to make the tests parallel
1 parent bc25e4e commit 5a673f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const jestConfig: Config = {
1212
collectCoverageFrom: ["src/**/*.{ts,tsx,js,jsx}"],
1313
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
1414
verbose: true,
15-
forceExit: true,
1615
}
1716

1817
export default jestConfig

0 commit comments

Comments
 (0)