mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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