test: align sdk helper imports

This commit is contained in:
Peter Steinberger
2026-04-28 03:45:48 +01:00
parent aa6417b93d
commit 896b82f430
3 changed files with 13 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import { spawnSync } from "node:child_process";
import fs from "node:fs/promises";
import path from "node:path";
import { describe, expect, it } from "vitest";
import { withTempHome } from "./helpers/temp-home.ts";
import { withTempHome } from "openclaw/plugin-sdk/test-env";
describe("cli json stdout contract", () => {
it("keeps `update status --json` stdout parseable even with legacy doctor preflight inputs", async () => {