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:
@@ -117,6 +117,12 @@ export default {
|
||||
canDeleteCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
canRestoreCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
canCloneCipher$() {
|
||||
return of(true);
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user