fix tests with should()

pull/1495/head
Audric Ackermann 5 years ago
parent ed84760f0e
commit 8eb1507fcf

@ -19,6 +19,7 @@ import { ClosedGroupMessage } from '../../../../session/messages/outgoing/conten
import chaiAsPromised from 'chai-as-promised';
chai.use(chaiAsPromised as any);
chai.should();
const { expect } = chai;

Loading…
Cancel
Save