style: format sdk helper imports · openclaw/openclaw@dab0e57
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { spawnSync } from "node:child_process"; |
2 | 2 | import fs from "node:fs/promises"; |
3 | 3 | import path from "node:path"; |
4 | | -import { describe, expect, it } from "vitest"; |
5 | 4 | import { withTempHome } from "openclaw/plugin-sdk/test-env"; |
| 5 | +import { describe, expect, it } from "vitest"; |
6 | 6 | |
7 | 7 | describe("cli json stdout contract", () => { |
8 | 8 | it("keeps `update status --json` stdout parseable even with legacy doctor preflight inputs", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。