mirror of https://github.com/openclaw/openclaw.git
chore(test): fix cron every-jobs-fire unused import
This commit is contained in:
parent
e6d5b5fb11
commit
4335668d28
|
|
@ -3,7 +3,6 @@ import os from "node:os";
|
|||
import path from "node:path";
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import type { CronEvent } from "./service.js";
|
||||
import type { CronJob } from "./types.js";
|
||||
import { CronService } from "./service.js";
|
||||
|
||||
const noopLogger = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue