test(jest): disable globalsCleanup

This commit is contained in:
MDLeom 2025-08-04 12:42:09 +00:00
parent a9ca2092a4
commit 1c70f12716
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
1 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@
"clearMocks": true, "clearMocks": true,
"collectCoverage": true, "collectCoverage": true,
"coverageDirectory": "./coverage/", "coverageDirectory": "./coverage/",
"testEnvironment": "node" "testEnvironment": "node",
"testEnvironmentOptions": {
"globalsCleanup": "off"
}
} }
} }