Skip to content

Commit

Permalink
fix: do not forceExit jest to make the tests parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 24, 2023
1 parent bc25e4e commit 5a673f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a673f1

Please sign in to comment.