test: narrow doctor config matrix helper import

This commit is contained in:
Peter Steinberger
2026-04-10 18:04:44 +01:00
parent 8dfbf3268b
commit cbc4447d6b

View File

@@ -2,7 +2,7 @@ import fs from "node:fs/promises";
import path from "node:path";
import { beforeEach, describe, expect, it, vi } from "vitest";
import { withTempHome } from "../../test/helpers/temp-home.js";
import { resolveMatrixAccountStorageRoot } from "../plugin-sdk/matrix.js";
import { resolveMatrixAccountStorageRoot } from "../plugin-sdk/matrix-helper.js";
import * as noteModule from "../terminal/note.js";
import { setChannelPluginRegistryForTests } from "./channel-test-registry.js";
import { loadAndMaybeMigrateDoctorConfig } from "./doctor-config-flow.js";