mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Fix: AWS.config is a stub.
This commit is contained in:
@@ -22,6 +22,9 @@ const s3Stub = {
|
||||
};
|
||||
|
||||
const awsStub = {
|
||||
config: {
|
||||
update: sinon.stub()
|
||||
},
|
||||
S3: function() {
|
||||
return s3Stub;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user