test: trim rescue channel fixture imports · openclaw/openclaw@1adc076
openclaw
·
2026-06-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,7 +2,7 @@
|
2 | 2 | import fs from "node:fs/promises"; |
3 | 3 | import os from "node:os"; |
4 | 4 | import path from "node:path"; |
5 | | -import { afterEach, describe, expect, it, vi } from "vitest"; |
| 5 | +import { afterEach, describe, expect, it } from "vitest"; |
6 | 6 | import type { CommandContext } from "../auto-reply/reply/commands-types.js"; |
7 | 7 | import { clearConfigCache } from "../config/config.js"; |
8 | 8 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。