Fix: AWS.config is a stub.
This commit is contained in:
parent
97deb78de6
commit
5a70362b79
|
@ -22,6 +22,9 @@ const s3Stub = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const awsStub = {
|
const awsStub = {
|
||||||
|
config: {
|
||||||
|
update: sinon.stub()
|
||||||
|
},
|
||||||
S3: function() {
|
S3: function() {
|
||||||
return s3Stub;
|
return s3Stub;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue