We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df10ace commit 1922064Copy full SHA for 1922064
1 file changed
test/testHelpers/files/filesHelper.ts
@@ -251,6 +251,7 @@ export const createFileMetadataWithCategories = (): FileMetadata => {
251
description: 'description',
252
directoryLabel: 'directoryLabel'
253
}
254
+}
255
256
export const calculateBlobChecksum = (blob: Buffer, checksumAlgorithm: string): string => {
257
const hash = crypto.createHash(checksumAlgorithm)
0 commit comments