test: enhance tests to be specific

This commit is contained in:
ramvignesh-b
2026-04-18 18:49:54 +05:30
parent 428db97ba2
commit 2db7e1f9f5
5 changed files with 168 additions and 23 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ describe("encryptImage / decryptImage", () => {
});
});
describe("Sharing Key Decryption (TDD)", () => {
describe("Sharing Key Decryption", () => {
let masterKey: CryptoKey;
beforeEach(async () => {
const bundle = await CryptoUtils.deriveKeyBundle("password", "salt");