mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add missing mocks (#13910)
This commit is contained in:
@@ -117,6 +117,12 @@ export default {
|
|||||||
canDeleteCipher$() {
|
canDeleteCipher$() {
|
||||||
return of(true);
|
return of(true);
|
||||||
},
|
},
|
||||||
|
canRestoreCipher$() {
|
||||||
|
return of(true);
|
||||||
|
},
|
||||||
|
canCloneCipher$() {
|
||||||
|
return of(true);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user