Skip to content

Commit ffdbfc6

Browse files
committed
test(release): restore doctor config type import
1 parent 280aeb9 commit ffdbfc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/doctor/shared/missing-configured-plugin-install.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import fs from "node:fs";
33
import os from "node:os";
44
import path from "node:path";
55
import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
6+
import type { OpenClawConfig } from "../../../config/types.js";
67
import { resolveRegistryUpdateChannel } from "../../../infra/update-channels.js";
78
import { CLAWHUB_INSTALL_ERROR_CODE } from "../../../plugins/clawhub-error-codes.js";
89
import {

0 commit comments

Comments
 (0)