mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
Add missing mocks (#13910)
This commit is contained in:
parent
2e0c991f83
commit
2c41e497f7
@ -117,6 +117,12 @@ export default {
|
||||
canDeleteCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
canRestoreCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
canCloneCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user