diff --git a/packages/backend/jest.config.cjs b/packages/backend/jest.config.cjs index 3ae3ac7bd1..c87a107c23 100644 --- a/packages/backend/jest.config.cjs +++ b/packages/backend/jest.config.cjs @@ -152,7 +152,7 @@ module.exports = { // Options that will be passed to the testEnvironment testEnvironmentOptions: { - globalsCleanupMode: 'soft', // Soft cleanup mode to avoid issues with global variables in tests + globalsCleanup: 'soft', // Soft cleanup mode to avoid issues with global variables in tests }, // Adds a location field to test results