fix(ui): drop unused vi in test helper

This commit is contained in:
Peter Steinberger
2026-02-15 21:09:59 +00:00
parent c623c51cf4
commit 5c233f4ded

View File

@@ -1,4 +1,4 @@
import { afterEach, beforeEach, vi } from "vitest";
import { afterEach, beforeEach } from "vitest";
import { OpenClawApp } from "../app.ts";
// oxlint-disable-next-line typescript/unbound-method