Enforce stronger types for ArrayBuffers and storage
This commit is contained in:
parent
61ac79e9ae
commit
8f5086227a
56 changed files with 748 additions and 675 deletions
|
@ -37,8 +37,8 @@ describe('Message', () => {
|
|||
});
|
||||
|
||||
after(async () => {
|
||||
window.textsecure.storage.put('number_id', null);
|
||||
window.textsecure.storage.put('uuid_id', null);
|
||||
window.textsecure.storage.remove('number_id');
|
||||
window.textsecure.storage.remove('uuid_id');
|
||||
|
||||
await window.Signal.Data.removeAll();
|
||||
await window.storage.fetch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue