We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280aeb9 commit ffdbfc6Copy full SHA for ffdbfc6
1 file changed
src/commands/doctor/shared/missing-configured-plugin-install.test.ts
@@ -3,6 +3,7 @@ import fs from "node:fs";
3
import os from "node:os";
4
import path from "node:path";
5
import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
6
+import type { OpenClawConfig } from "../../../config/types.js";
7
import { resolveRegistryUpdateChannel } from "../../../infra/update-channels.js";
8
import { CLAWHUB_INSTALL_ERROR_CODE } from "../../../plugins/clawhub-error-codes.js";
9
import {
0 commit comments