Parallelize test-electron
This commit is contained in:
parent
c64762858e
commit
9006990e58
8 changed files with 127 additions and 70 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
import chai, { assert } from 'chai';
|
||||
import chaiAsPromised from 'chai-as-promised';
|
||||
import { assert } from 'chai';
|
||||
import { clone } from 'lodash';
|
||||
import {
|
||||
Direction,
|
||||
|
@ -38,8 +37,6 @@ import { QualifiedAddress } from '../types/QualifiedAddress';
|
|||
import { generateAci, generatePni } from '../types/ServiceId';
|
||||
import type { IdentityKeyType, KeyPairType } from '../textsecure/Types.d';
|
||||
|
||||
chai.use(chaiAsPromised);
|
||||
|
||||
const {
|
||||
RecordStructure,
|
||||
SessionStructure,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue