linting
This commit is contained in:
@@ -10,12 +10,11 @@ import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
|
|||||||
import { EventEmitter } from "events";
|
import { EventEmitter } from "events";
|
||||||
import { ClientEvent, SyncState } from "matrix-js-sdk";
|
import { ClientEvent, SyncState } from "matrix-js-sdk";
|
||||||
import { MembershipManagerEvent, Status } from "matrix-js-sdk/lib/matrixrtc";
|
import { MembershipManagerEvent, Status } from "matrix-js-sdk/lib/matrixrtc";
|
||||||
|
import { TestScheduler } from "rxjs/testing";
|
||||||
|
|
||||||
import { ObservableScope } from "../../ObservableScope";
|
import { ObservableScope } from "../../ObservableScope";
|
||||||
import { createHomeserverConnected$ } from "./HomeserverConnected";
|
import { createHomeserverConnected$ } from "./HomeserverConnected";
|
||||||
|
|
||||||
import { TestScheduler } from "rxjs/testing";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimal stub of a Matrix client sufficient for our tests:
|
* Minimal stub of a Matrix client sufficient for our tests:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user