mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:08:37 +00:00
fix(ui): drop unused vi in test helper
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { afterEach, beforeEach, vi } from "vitest";
|
import { afterEach, beforeEach } from "vitest";
|
||||||
import { OpenClawApp } from "../app.ts";
|
import { OpenClawApp } from "../app.ts";
|
||||||
|
|
||||||
// oxlint-disable-next-line typescript/unbound-method
|
// oxlint-disable-next-line typescript/unbound-method
|
||||||
|
|||||||
Reference in New Issue
Block a user