[feature] Allow custom s3 command options via "commandOptions"; Fix bug 75163

This commit is contained in:
Sergey Konovalov
2025-07-23 18:08:17 +03:00
parent 3b163f6960
commit dbb33237c6
4 changed files with 60 additions and 2 deletions

View File

@ -48,6 +48,11 @@ module.exports = {
// Automatically clear mock calls, instances, contexts and results before every test
clearMocks: true,
// AWS SDK v3 uses AWS Common Runtime which creates persistent native handles
// that Jest cannot clean up (aws_logger, FSEVENTWRAP, etc.)
// This is a known limitation: https://github.com/awslabs/aws-crt-nodejs/issues/291
forceExit: true,
// Indicates whether the coverage information should be collected while executing the test
// collectCoverage: false,