feat: implement esting suite using Vitest and add to ci

This commit is contained in:
Your Name
2026-04-12 13:38:40 +05:30
parent b5eaf8f476
commit 118a73d4aa
10 changed files with 287 additions and 21 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class CryptoUtils {
* Metadata functions
*/
public async encryptMetadata(
metadata: Record<string, string>,
metadata: Record<string, unknown>,
masterKey: CryptoKey,
): Promise<EncryptedLetter> {
const { encryptedContent, encrypted_dek, sharingKey } =