test: repair current main gate regressions

This commit is contained in:
Peter Steinberger
2026-03-22 22:19:57 +00:00
parent d6c63163b4
commit 47e8ffc2e9
6 changed files with 16 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import { Command } from "commander";
import fs from "node:fs/promises";
import path from "node:path";
import { Command } from "commander";
import { beforeEach, describe, expect, it, vi } from "vitest";
import type { OpenClawConfig, ConfigFileSnapshot } from "../config/types.openclaw.js";
import type { UpdateRunResult } from "../infra/update-runner.js";