mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
test: enhance tests to be specific
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user