24
1
Fork 0

Fix: AWS.config is a stub.

This commit is contained in:
Mathieu Lecarme 2019-11-08 18:11:26 +01:00
parent 97deb78de6
commit 5a70362b79
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ const s3Stub = {
};
const awsStub = {
config: {
update: sinon.stub()
},
S3: function() {
return s3Stub;
}