mirror of https://github.com/openclaw/openclaw.git
fix(test): remove unused cron import
This commit is contained in:
parent
a6cd7ef49c
commit
c000847dc0
|
|
@ -1,6 +1,6 @@
|
|||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||
import { describe, expect, it, vi } from "vitest";
|
||||
import type { HeartbeatRunResult } from "../infra/heartbeat-wake.js";
|
||||
import type { CronJob } from "./types.js";
|
||||
import { CronService } from "./service.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue