Rewrite Message model tests in TypeScript
This commit is contained in:
parent
8073ccd32c
commit
cb9a7f79d1
6 changed files with 119 additions and 68 deletions
|
@ -77,10 +77,5 @@ before(async () => {
|
|||
await window.storage.fetch();
|
||||
});
|
||||
|
||||
window.clearDatabase = async () => {
|
||||
await window.Signal.Data.removeAll();
|
||||
await window.storage.fetch();
|
||||
};
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.events = _.clone(Backbone.Events);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue