Skip to content

Commit 6084f83

Browse files
committed
fix(client-s3): 'this' implicitly has type 'any'
1 parent fc38bc9 commit 6084f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/client-s3/e2e/S3.ispec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ describe("@aws-sdk/client-s3", () => {
107107
});
108108

109109
describe("GetObject", function () {
110+
// @ts-ignore: 'this' implicitly has type 'any'
110111
this.timeout(10 * 1000);
111112
before(async () => {
112113
Key = `${Date.now()}`;

0 commit comments

Comments
 (0)