mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
fix(test): remove unused cron imports
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import "./isolated-agent.mocks.js";
|
||||
import fs from "node:fs/promises";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { CliDeps } from "../cli/deps.js";
|
||||
import { loadModelCatalog } from "../agents/model-catalog.js";
|
||||
|
||||
-1
@@ -1,6 +1,5 @@
|
||||
import "./isolated-agent.mocks.js";
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { CliDeps } from "../cli/deps.js";
|
||||
import { loadModelCatalog } from "../agents/model-catalog.js";
|
||||
|
||||
Reference in New Issue
Block a user