mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 09:27:27 +00: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,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