Parallelize test-electron
This commit is contained in:
parent
c64762858e
commit
9006990e58
8 changed files with 127 additions and 70 deletions
|
@ -29,6 +29,7 @@ const {
|
|||
describe('sql/sendLog', () => {
|
||||
beforeEach(async () => {
|
||||
await removeAllSentProtos();
|
||||
await window.ConversationController.load();
|
||||
});
|
||||
|
||||
it('roundtrips with insertSentProto/getAllSentProtos', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue