fix(test): remove unused vitest imports

This commit is contained in:
Peter Steinberger
2026-02-14 23:08:16 +00:00
parent 615f6e1e40
commit 5f4dda6c7c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { beforeEach, describe, expect, it, vi } from "vitest";
import { beforeEach, describe, expect, it } from "vitest";
import { sleep } from "../utils.js";
import "./test-helpers/fast-core-tools.js";
import { createOpenClawTools } from "./openclaw-tools.js";

View File

@@ -1,4 +1,4 @@
import { beforeEach, describe, expect, it, vi } from "vitest";
import { beforeEach, describe, expect, it } from "vitest";
import { emitAgentEvent } from "../infra/agent-events.js";
import { sleep } from "../utils.ts";
import { createOpenClawTools } from "./openclaw-tools.js";