mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[feature] Allow custom s3 command options via "commandOptions"; Fix bug 75163
This commit is contained in:
@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user