From 0770ee82eb31f3514f70cc3b5e4fc8d0f7e79e7b Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:32:18 +0900 Subject: [PATCH] attempt to fix test --- packages/backend/jest.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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