Backup: Support for calls
This commit is contained in:
parent
3a631a587f
commit
63e14a7df6
15 changed files with 1047 additions and 116 deletions
|
@ -39,9 +39,9 @@ describe('backup/attachments', () => {
|
|||
let contactA: ConversationModel;
|
||||
|
||||
beforeEach(async () => {
|
||||
await DataWriter._removeAllMessages();
|
||||
await DataWriter._removeAllConversations();
|
||||
await DataWriter.removeAll();
|
||||
window.storage.reset();
|
||||
window.ConversationController.reset();
|
||||
|
||||
await setupBasics();
|
||||
|
||||
|
@ -69,7 +69,9 @@ describe('backup/attachments', () => {
|
|||
});
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
afterEach(async () => {
|
||||
await DataWriter.removeAll();
|
||||
|
||||
sandbox.restore();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue