test: fixup ConnectionManager tests

This commit is contained in:
Valere
2025-11-08 13:02:12 +01:00
parent b8635b52d8
commit fc842d4be7
2 changed files with 196 additions and 167 deletions

View File

@@ -6,6 +6,7 @@ Please see LICENSE in the repository root for full details.
*/
import { describe, expect, it } from "vitest";
import { BehaviorSubject, timer } from "rxjs";
import {
Epoch,
@@ -14,7 +15,6 @@ import {
trackEpoch,
} from "./ObservableScope";
import { withTestScheduler } from "../utils/test";
import { BehaviorSubject, timer } from "rxjs";
describe("Epoch", () => {
it("should map the value correctly", () => {