Skip to content

Commit ba2c47a

Browse files
committed
test: use forceExit instead of detectOpenHandles
1 parent 5c246f1 commit ba2c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

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

1818
export default jestConfig

0 commit comments

Comments
 (0)