You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-03 23:22:30 +03:00
Use new stop() method on matrix-mock-request
To finish all pending flushes between tests. This stops the unit tests from hanging on node 11 when run in certain combinations. Requires https://github.com/matrix-org/matrix-mock-request/pull/6 (so will need a release of matrix-mock-request before merging)
This commit is contained in:
@@ -296,7 +296,7 @@ describe("megolm", function() {
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
aliceTestClient.stop();
|
||||
return aliceTestClient.stop();
|
||||
});
|
||||
|
||||
it("Alice receives a megolm message", function() {
|
||||
|
||||
Reference in New Issue
Block a user