1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add missing mocks (#13910)

This commit is contained in:
Shane Melton
2025-03-19 14:30:54 -07:00
committed by GitHub
parent 2e0c991f83
commit 2c41e497f7

View File

@@ -117,6 +117,12 @@ export default {
canDeleteCipher$() {
return of(true);
},
canRestoreCipher$() {
return of(true);
},
canCloneCipher$() {
return of(true);
},
},
},
],