mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 03:31:10 +00:00
test: narrow doctor config matrix helper import
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user