attempt to fix test

This commit is contained in:
kakkokari-gtyih 2025-06-13 21:32:18 +09:00
parent a629985ef6
commit 0770ee82eb
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ module.exports = {
// Options that will be passed to the testEnvironment // Options that will be passed to the testEnvironment
testEnvironmentOptions: { 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 // Adds a location field to test results