mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05: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";
|
||||
|
||||
// oxlint-disable-next-line typescript/unbound-method
|
||||
|
||||
Reference in New Issue
Block a user