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