diff --git a/src/config/jest.config.js b/src/config/jest.config.js index 54520ec2..4f19ae01 100644 --- a/src/config/jest.config.js +++ b/src/config/jest.config.js @@ -30,6 +30,7 @@ const jestConfig = { statements: 100, }, }, + forceExit: true, } if (useBuiltInBabelConfig) {