attempt to fix test

This commit is contained in:
kakkokari-gtyih 2025-06-13 21:23:49 +09:00
parent 7f425ddc77
commit a629985ef6
1 changed files with 3 additions and 1 deletions

View File

@ -151,7 +151,9 @@ module.exports = {
testEnvironment: "node",
// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
testEnvironmentOptions: {
globalsCleanupMode: 'soft', // Soft cleanup mode to avoid issues with global variables in tests
},
// Adds a location field to test results
// testLocationInResults: false,