We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7563c99 commit 3d1bf98Copy full SHA for 3d1bf98
test/integration/files/DirectUpload.test.ts
@@ -34,7 +34,7 @@ describe('Direct Upload', () => {
34
let singlepartFile: File
35
let multipartFile: File
36
37
- const checksumAlgorithm: string = 'md5'
+ const checksumAlgorithm = 'md5'
38
39
beforeEach(() => {
40
jest.clearAllMocks()
0 commit comments